diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-03-09 17:08:55 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-03-09 17:08:55 +0100 |
commit | 7b7e82bec5ab5a39d88896fc7433125fd0c684de (patch) | |
tree | 4f3e96e755abdaa3a49e80e1acae16bf3bcd5685 /include | |
parent | f2db4b743f0df9b9e588979fd0fcf2815e54af44 (diff) |
Move the wallops mode from the core into core_wallops
Diffstat (limited to 'include')
-rw-r--r-- | include/builtinmodes.h | 10 |
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 ¶meter, bool adding); }; - -/** User mode +w - */ -class ModeUserWallops : public SimpleUserModeHandler -{ - public: - ModeUserWallops() : SimpleUserModeHandler(NULL, "wallops", 'w') - { - } -}; |