From 78859672e764338613ff4179a26c2ffdcd0fa5a1 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Mon, 5 Sep 2011 00:44:33 +0700 Subject: [PATCH] Move autocycle module to extra. Modern/decent networks have services anyway, and for registered channels this module is useless. Also it tends to fight ChanServ in case if ChanServ joins/parts the channel to remove ops. Users of deprecated ne^W^Wnetworks without services can use it from extra. --- modules/{ => extra}/autocycle.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename modules/{ => extra}/autocycle.cpp (100%) diff --git a/modules/autocycle.cpp b/modules/extra/autocycle.cpp similarity index 100% rename from modules/autocycle.cpp rename to modules/extra/autocycle.cpp