35 lines
1.2 KiB
C
Executable File
35 lines
1.2 KiB
C
Executable File
#define VERSION "Uworld2 -- the second calling -- v2.0+wild"
|
|
/*#define UPLINK "pv1648.vincent.iastate.edu"
|
|
/*#define UPLINK "129.186.22.72" /* */
|
|
#define UPLINK "vinson.ecn.uoknor.edu"/* */
|
|
#define SERVERNAME "Uworld.undernet.org"
|
|
#define SERVERINFO ":The Undernet Service Saver (USS UWORLD)"
|
|
#define BOTNAME "Uworld"
|
|
#define BOTINFO "Uworld Version 2 :The channel saving bot"
|
|
#define DEFAULTPORT 6667
|
|
#define PASSWORD "hacker"
|
|
#define USERFILE "user.file"
|
|
#define PROTFILE "uworld.conf"
|
|
#define LOGFILE "Uworld.log"
|
|
#define KILLFILE "kill.log"
|
|
#define HELPFILE "uworldhelp"
|
|
#define HELPBOT "UShelper"
|
|
#define HELPBOTINFO "helpbot undernet.org Norman.Ok.Us.Undernet.org :IRC HELP /msg <botname> help <COMMAND> "
|
|
#define USHELP "Help_US"
|
|
#define USHELPINFO "helpbot undernet.org Norman.ok.us.undernet.org :/msg <botname> <command>"
|
|
#define IRCHELP "ircIIhelp"
|
|
#define NICKSERV "NickGuard"
|
|
#define NICKSERVINFO "Nickserv undernet.org Norman.ok.us.undernet.org :The nick machine"
|
|
#define CHANSVR "ChanSvr"
|
|
#define CHANSVRINFO "chansvr undernet.org Norman.ok.us.undernet.org :The channel saving bot"
|
|
#define HELPPATH "HELP"
|
|
|
|
|
|
#define DEBUG 1
|
|
#define NOHELP 0 /* undefine this if you want the help services online */
|
|
|
|
#define GLINE -5
|
|
#define CLEARCHAN 10
|
|
#define OPCOM 20
|
|
|