I'm trying to write a tcl script that, besides sending text to a channel, also logs that same text to the channel's logfile I just need a simple code, something like: putserv "PRIVMSG #mychan :hello" putlog #mychan "hello" can someone post the correct syntax for the putlog (or pu...
that's not what I'm looking for ok here is an example: I have $str which contains " 4" (that's a whitespace and a number four) I need that string to be converted to an integer so that I can calculate with it for example: incr str 1 to make it 5 the php equivalent to this would be: <?php $s...
I have a bot up and running that is present in several channels on an IRC server. I created a custom tcl script that makes the bot reply to certain words in the channels and I want this script to be the only thing the bot reacts to. I do not want my bot to use any of the built-in features, such as f...