[Plugin] AutoOpOnDeop
Added by Per Amundsen almost 10 years ago
Automatically op when deopped in a channel.
AutoOpOnDeop.zip (2.53 KB) AutoOpOnDeop.zip | |||
AutoOpOnDeop_source.zip (23.2 KB) AutoOpOnDeop_source.zip |
Replies (1)
RE: [Plugin] AutoOpOnDeop - Added by Vlatko Stankovikj over 9 years ago
I saw the source for the plugin, and seems like it supports networks only with nicknames.
I will compile it for UnderNet, change is in line 96:
myHost.SendCommand(Server, "/cs", String.Format("op {0} {1}", Channel, Server.Nick));
Needs to be something like:
if(Server.Network.tolower() == "undernet")
myHost.SendCommand(Server, "/msg x", String.Format("op {0}", Channel));