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:
Alexey Sokolov
2013-05-19 20:43:09 +04:00
parent 501a9f21c4
commit 40fa544e10
+1 -1
View File
@@ -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")