From 7b7e82bec5ab5a39d88896fc7433125fd0c684de Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 9 Mar 2014 17:08:55 +0100 Subject: Move the wallops mode from the core into core_wallops --- include/builtinmodes.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/builtinmodes.h') 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') - { - } -}; -- cgit v1.2.3