Code: Select all
bind pub - lion lion_run
proc lion_run {nick host hand chan text}
{
putserv "privmsg $chan :run!"
}
Code: Select all
........
source scripts/lion.tcl
...........
i log on to my shell using putty
after 'cd eggdrop' i do:
Code: Select all
./eggdrop eggdrop.conf
Code: Select all
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[23:03] --- Loading eggdrop v1.6.18 (Sun Apr 8 2007)
[23:03] * Please make sure you edit your config file completely.
a friend tried on his eggdrop and it worked
the script cant have loaded, but why?