Im in need of a script that lets people to use public irc operator commands to change their vhost and get op in a channel. Server is running unrealircd.
Commands could be !vhost and !opme. I guess right oper commands are chghost and samode. Op command would give user op in the channel the command has been used and script should work in all channels the bot is on. !opme command could also work as msg to the bot.
And finally how can i make the bot to take oper rights when joining a server?
#This part will allow you to add channels you dont want this command to work in channels can be added
#like so people with global flag n overide this to use type /msg botnick opme #channelname
#set channels {
#"#addchannel"
#"#addchannel"
#}