Page 1 of 1

[DONE] PART from oper-only channels on oper down

Posted: Fri Mar 02, 2018 7:57 pm
by Gottem
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. =]

Config block:

Code: Select all

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 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). =]

Get it here