View Full Version : !op
brood
08-17-2005, 10:43 AM
I'm have a channel on a server that doesnt have a nickserv. I'm not there all the time, but I want ppl who join the channel, my friends, to have @
How can I program the bot to @ people on my channel, when they type the command: !op ?
I have seen this in a other channel, so it is possible.
thanks
totally insecure
but
bind pub o|o !op pub:op
proc pub:op {nick host hand chan text} {
putserv "MODE $chan +o $nick"
return
}
rehash your bot, then add users and chattr them either with channel or global ops
please keep in mind, that anyone matching a ident@host of an `op` will be able to op
brood
09-04-2005, 05:08 AM
ok I want to make it more secure.
Is it possible I can add a nick I want to have +v to the bot by a command like !add<nick> and then everytime he joins the channel, the bot gives him +v?
The server i'm on doesn have nickserv :-( and I need something that auto +v the fserve and bots when @ are way
thanks
EwarWoo
09-04-2005, 04:12 PM
Just add them to the bot, make them set a password for security, change the flags to include o then they can just pm the bot with "op [password]" to obtain op securely (as long as they use secure passwords).
ChipMunk666
10-30-2005, 12:42 AM
there's also a script called autovoice.tcl
saves u the work of adding each member to the bot...
If u can't find it let me know...
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.