* off topic * mindflow stop checking the 'Disable BBCode in this post' if you use BBCode in your replyes. * on topic * if {[lsearch -exact $::excludedchans $channel] == -1} is missing a "{" if {[lsearch -exact $::excludedchans $channel] == -1} { Also, if the channel name will be #foo and ...
I havent been working in TCL for a long time now, and i need 1 channel to be excluded from the "join" event, this is how it looks like now. bind join * * msg_jmsg1 proc msg_jmsg1 {nick uhost hand channel args} { global botnick putserv "NOTICE $nick : Hi $nick, I'm $botnick. Rest of my...
proc !trigger {nick uhost hand chan arg} { $arg will return everything typed in the channel "if its the trigger is given", the problem i have, thats that it even grab the !trigger, how can i make it so it leav out the first word in the trigger "only the first word", like if i typ...
and if it's not oped? plz point me to the right doc about this info :) This is what i get from tcl-commands.doc botisop [channel] Returns: 1 if the bot has ops on the specified channel (or any channel if no channel is specified); 0 otherwise Module: irc but that dosent tell me anything on how to see...
Hi, i was trying to make my bot see if it have ops on a channel, but i cant sove how the code should look like, it will be inplanted in a working TCL.. proc UnReal {nick uhost hand chan arg} { global botnick check if bot is oped here { do this if bot arent oped then a halt } rest of code here, if bo...
It's made by a dude that quited internet, yes internet. and it's made with TCL, and some files name.c, i solve the TCL part, but dosent know s*t about *.c files.. i know how to compile and use them, but thats it. the TCL i rewrote, so it's 80% my "code"..
Hi, i have a TCL i use, it gather info from game servers, then it paste the info out in a /msg to the user asking for server info, it working just fine, now to my problem. I wan the TCL to send me the IP of the players, now it sends ping/score/nick/map type/server address, somone that want to give i...
the problem is that when somone with the signs [ ] in ther nick answer i question, then the bot just add him over and over again, and i dont know how to solve this, it looks like: « @bot » Show 'em how it's done [tag]nick! The answer was JAMIE LEE CURTIS. « @bot » The scores: [tag]nick 6, [tag]nick ...
Somone that know if a TCL is written that can relay topic from one channel to another true a linked bot ? all i have seen is TCL's that can "lock" the topic, or set back the old one if the topic is lost, but thats not what i looking for. i think i can manage to make the code for the "...