summaryrefslogtreecommitdiff
path: root/include/builtinmodes.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-03-09 17:08:55 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-03-09 17:08:55 +0100
commit7b7e82bec5ab5a39d88896fc7433125fd0c684de (patch)
tree4f3e96e755abdaa3a49e80e1acae16bf3bcd5685 /include/builtinmodes.h
parentf2db4b743f0df9b9e588979fd0fcf2815e54af44 (diff)
Move the wallops mode from the core into core_wallops
Diffstat (limited to 'include/builtinmodes.h')
-rw-r--r--include/builtinmodes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/builtinmodes.h b/include/builtinmodes.h
index 6aab727cc..e78e68b11 100644
--- a/include/builtinmodes.h
+++ b/include/builtinmodes.h
@@ -176,13 +176,3 @@ class ModeUserOperator : public ModeHandler
ModeUserOperator();
ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
};
-
-/** User mode +w
- */
-class ModeUserWallops : public SimpleUserModeHandler
-{
- public:
- ModeUserWallops() : SimpleUserModeHandler(NULL, "wallops", 'w')
- {
- }
-};