I try to run this tcl, but make me error: Error loading script 'scripts/gsearch.tcl': can't read "::google": no such variable ###################################################################################### # CT-Google.tcl #############################################################...
I`m use this script fot ircop bot to get @ in every chan. Is it posiable to make it to get + in #opers. In every chan will get @, exempt #opers. In #opers has to be with + bind join - * join:opbot proc join:opbot { nick host hand chan } { if {$nick eq $::botnick} { putserv "SAMODE $chan +o $::b...
I`m using inspircd-3.15.0 and I thing the answer what inspircd send back is differend. When I send command /who #chan, inspirct turn me back: #Vidin supervisor H*~rs ~sys@darkirc/staff/supervisor :0 Valentin So I need only ~ for correct work tcl. Some one help me? This is original tcl. # arbchanmode...
Hey CrazyCat, My idea been to show me ip and country from connection.
For example CrazyCat is connected with ip 1.1.1.1 from France.
May be I didn`t explaned you better. So that is what I want, and is more better if show me only vpn connections.
Hello, all. I have this script, that make the bot to add gline to all vpns if is !on and show all vpns connection if is !off. But something doesn`t work properly. The bot show me all connections in that channel, doesn`t matter are they vpn or not. I need a help to fix it. package require http packag...
# set one admin channel here for an added security check. # both the bot and the command user will need to be in this channel. # maybe set this channel password protected or invite only... # ex. set samop(adminchan) "#admins" # or set empty to not require command users to be in an admin c...
The bot now is give OP only to the user who use the command.
The false is my. I ment the bot must give OP to everyone named in the command.
The script must be work like this way: "op #somechannel somenick"
So, the point is to give me op at any channel where I want. The bot is IRCop. And must make notice at #admins for any get op. The bot will not be in the channel where I want to give me OP. Must be something like OperServ but eggdrop.
Hello guys. I need a little bit help about this script. Something is wrong. Is it possiable someone help me with it? bind msg n op msg:op proc msg:op {nick uhost handle txt} { if {$txt == ""} { putserv "samode $chan +o $nick" return 0 } if {![onchan $txt $chan]} { putserv "n...