mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Make autocycle network module, fix #340
As user module, it even doesn't behave very well, because of shared state between networks.
This commit is contained in:
@@ -242,4 +242,4 @@ template<> void TModInfo<CAutoCycleMod>(CModInfo& Info) {
|
||||
Info.SetArgsHelpText("List of channel masks and channel masks with ! before them.");
|
||||
}
|
||||
|
||||
USERMODULEDEFS(CAutoCycleMod, "Rejoins channels to gain Op if you're the only user left")
|
||||
NETWORKMODULEDEFS(CAutoCycleMod, "Rejoins channels to gain Op if you're the only user left")
|
||||
|
||||
Reference in New Issue
Block a user