./eggdrop rwpc.conf
Eggdrop v1.6.20 (C) 1997 Robey Pointer (C) 2010 Eggheads
[16:10:11] --- Loading eggdrop v1.6.20 (Sun Aug 28 2011)
[16:10:11] Listening at telnet port 3333 (all).
[16:10:11] Module loaded: blowfish
[16:10:11] Module loaded: dns
[16:10:11] Module loaded: channels
[16:10:11] Module loaded: server
[16:10:11] Module loaded: ctcp
[16:10:11] Module loaded: irc
[16:10:11] Module loaded: notes (with lang support)
[16:10:11] Module loaded: console (with lang support)
[16:10:11] Module loaded: assoc (with lang support)
[16:10:11] Module loaded: wire (with lang support)
[16:10:11] Module loaded: uptime
[16:10:11] Loading dccwhois.tcl...
[16:10:11] Loaded dccwhois.tcl
[16:10:11] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[16:10:11] use '.help userinfo' for commands.
[16:10:11] Writing channel file...
[16:10:11] * Old userfile, use 'tclsh scripts/weed <userfile> c' to convert
ircadmin@Test:~/egg$ tclsh scripts/weed Botworm.user c
WEED 18jun97, robey
Reading Botworm.user ...
Unknown userfile version! (not v4)
Code: Select all
X - abfloLW
--HOSTS X!services@site.com
--BOTADDR 111.111.111.111:111/111
--XTRA created 1243322443
BOTOWNERNICK - fjlmnoptx
--HOSTS *!*@BOTOWNERNICK.users.irc.site.com
--HOSTS -telnet!*@*
--XTRA created 1244731662
--PASS +9F93o1OxwgK1
Code: Select all
if [ -f pid.Botworm ] && ps -p `head -n1 pid.Botworm`; then echo "Eggdrop is already running"; else ./eggdrop rwpc.conf; fi
Code: Select all
...
unbind msg - hello *msg:hello
bind msg - myword *msg:hello
...