| View previous topic :: View next topic |
| Author |
Message |
LDSnake Voice
Joined: 17 May 2010 Posts: 1
|
Posted: Mon May 17, 2010 6:44 pm Post subject: little help with this tcl pls |
|
|
ok,i loaded it.eggdrop started, and when i typed the command on irc i got
Tcl error [pub_helper]: invalid command name "putnotc"
just here if find about putnotc
| Code: |
proc helper_sendit {nick channel dirc txt} {
if {$dirc == "1"} { puthelp "PRIVMSG $channel :$txt" }
if {$dirc == "2"} { puthelp "PRIVMSG $nick :$txt" }
if {$dirc == "3"} { putnotc $nick "$txt" }
if {$dirc == "4"} { putdcc $nick "$txt" }
|
tnx |
|
| Back to top |
|
 |
tomekk Master

Joined: 28 Nov 2008 Posts: 255 Location: Oswiecim / Poland
|
Posted: Tue May 18, 2010 4:13 am Post subject: |
|
|
add to your config file source for 'alltools.tcl', this is a script which comes with eggdrop package
| Code: |
source scripts/alltools.tcl
|
or type some other path, don't know where you have it... |
|
| Back to top |
|
 |
|