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.

TCL Error

Old posts that have not been replied to for several years.
Locked
k
kalaaaa

Post by kalaaaa »

[15:31] Tcl error [pub_byes]: invalid command name "putchan"

Can u help me?
User avatar
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 :smile:))
Locked