From 40fa544e10c48d4ebb79b3372f17200f0f5f663a Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 19 May 2013 20:43:09 +0400 Subject: [PATCH] Make autocycle network module, fix #340 As user module, it even doesn't behave very well, because of shared state between networks. --- modules/autocycle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autocycle.cpp b/modules/autocycle.cpp index 83770400..25163d78 100644 --- a/modules/autocycle.cpp +++ b/modules/autocycle.cpp @@ -242,4 +242,4 @@ template<> void TModInfo(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")