]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_autoop.cpp
m_remove, m_services_account Don't check whether nicks are u-lined, checking the...
[user/henk/code/inspircd.git] / src / modules / m_autoop.cpp
index 40a57d7c3cf7024c2ffd53ba4d508f573716601f..8f37f1cf9dd72a38faa61446a062ab9c097d53b8 100644 (file)
@@ -123,11 +123,6 @@ public:
                }
        }
 
-       void OnCleanup(int target_type, void* item)
-       {
-               mh.DoCleanup(target_type, item);
-       }
-
        void OnSyncChannel(Channel* chan, Module* proto, void* opaque)
        {
                mh.DoSyncChannel(chan, proto, opaque);