1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
More information available at www.teknap.com
Environment Variables.
Each of these can be exported before running BXnap.
NAPNICK your default nick
NAPPASS your default pass
NAPSERVER a server list
NAPPORT the metaserver port to use.
the serverlist is in the following format.
servername:port:nick:password:usemeta
opennap.fortyoz.org::blah:hrm:1
opennap.fortyoz.org:8888:blah:hrm
Upon startup a ~/.teknaprc is search for and loaded. Within that file you can
have various commands.. Under windows this file would be called teknap.rc
and more than likely be in your c:\TekNap directory.
ex.
server +add server.name:port:nick:password:meta
TekNap [flags] [server] [nickname]
-N do not autoconnect to a server
-r filename load filename list of server.
-a add servers, to not overwrite.
-n nickname to use
-p password to use [not advisable to use this]
-C create user account.
I'd like to thank all those that have contributed time and code to the TekNap
project. Some of this code is taken from BitchX/epic irc clients.
~~~~~~~~~~~~~ Various Commands ~~~~~~~~~~~~~~~~
SERVER [-add arg] [-create] [server:port:nick:password:meta]
display server list.
-add will add a server to the list without connecting.
-create to create account on server.
|