Originally proposed by PeGaSuS
, this module makes IRC opers part +O
channels once they oper down. I've kept the "ghosts" thing for lack of a better term, deal w/ it. =]
Config block:
noghosts {
message "g h o s t b u s t e r s";
flags "O";
channels {
"#opers"; // Don't forget the "" to make sure Unreal doesn't interpret it as a comment ;]
"#moar";
};
};
All configurables are optional; the default message is simply Opered down
and if no channels
are specified then it'll check all +O
ones the opered-down oper is in. I may extend flags
to contain more flags at some point, which would also affect the message
(prolly). =]