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

))