I want to delay the putallbots announce for 3 secs. I tried it this way: utimer 3 putallbots "!channels $text" utimer 03 putallbots "!channels $text" but both gives the error: Tcl error [say]: wrong # args: should be "utimer seconds command" What do I need to change? Th...
I use this code to sent the text without buffering: proc putnow { a } { append a "\n" putdccraw 0 [string length $a] $a } I replace putserv/putquick with putnow. To encrypt the text I use: tcleggdrop_mcpsfuncs.tcl tcleggdrop_mcps_sitesettings.ini If I use putserv/putquick then al the text ...
I am using: tcleggdrop_mcpsfuncs.tcl tcleggdrop_mcps_sitesettings.ini Everyting works fine if I use putserv and putquick. But if I use putnow I am getting this error: Tcl error [mcpshandlepubOK]: wrong # args: should be "info nick uhost hand chan text" and the stuff is announced in plain t...