I didnt know how to set the $vchan variable so i did this. bind ctcr - VERSION version:reply bind join - * check:version proc check:version {nick uhost hand chan} { global cversion set cversion([string tolower $nick]) 1 putserv "privmsg $nick :\001VERSION\001" } proc version:reply {nick uh...
Oper bot to ctcp version people when they join my channel and to +v them if they reply with a certain version. I found some scripts which ive taken bits from and tried to put them together. Not sure if this is correct. bind ctcr - VERSION version:reply bind join - * check:version proc check:version ...
sorry onjoin the bot will whois the user twice below is the output [4:22pm] <~RaM-PaCk> big-r0n your nick is registered and identified use !vhost <vhost> [4:22pm] <~RaM-PaCk> big-r0n your nick is registered and identified use !vhost <vhost> [4:24pm] <&BiG-R0N> !vhost something@haha.com [4:24pm] ...
Hello to start im not sure where I got this script from so I cant give proper credit to the author. The script works fine it opers up and sets the host on command the only niggly thing is that it does everything twice. Ive looked over the thing and cant see whats wrong I was thinking it was somethin...
in channel i do !whois myipaddy and i get the result but the ip address i input seems to never get parsed to the query database/engine. the following is part of what i get. In total i get about 50 of info but its all the same info because of the ip addy. % Information related to '0.0.0.0 - 255.255.2...
I am using this script on oper bot and my ircd uses cloaks but when the bot glines the bad version reply he bans the cloak mask and the user can reconnect. Im not sure why this happens but is there a way to change it to ban the ip address instead of the cloaked mask.
ive put this code into a tcl called r.tcl and loaded it ive added the line at the end just to make sure it loads. set relaychan #info bind join - ask:version bind ctcr - VERSION relay:vreply proc ask:version {nick uhost hand chan} { puthelp "privmsg $nick :\001VERSION\001" } proc relay:vre...
Was looking for a script that would request ctcp version from users joining my net (on oper bot) and putting the results into a channel. To later use in my stats program.