X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbuiltinmodes.h;h=e78e68b1124376cddc4397c3aaac21a1aacac9f7;hb=f62654a6859998f9d63eb22702c572d5ebcff15c;hp=6aab727cca448390852774ff7085a593bdf8a43d;hpb=0556720b559d7ec5d8badacf0ac9b11e9c864847;p=user%2Fhenk%2Fcode%2Finspircd.git 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') - { - } -};