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

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

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

Post 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
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
Post Reply