Project

General

Profile

[Plugin] AutoOpOnDeop

Added by Per Amundsen about 9 years ago

Automatically op when deopped in a channel.


Replies (1)

RE: [Plugin] AutoOpOnDeop - Added by Vlatko Stankovikj over 8 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));

    (1-1/1)