This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
-
k
kalaaaa
Post
by kalaaaa »
[15:31] Tcl error [pub_byes]: invalid command name "putchan"
Can u help me?
-
stdragon
- Owner
- Posts: 959
- Joined: Sun Sep 23, 2001 8:00 pm
-
Contact:
Post
by stdragon »
Add this to the tcl file:
Code: Select all
proc putchan {chan text} {
putserv "PRIVMSG $chan :$text"
return 0
}
-
k
kalaaaa
Post
by kalaaaa »
10x now it`s working
))