From 2816a3ff87c3c15848dfe7f71391a454992ecefe Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 10 Jul 2006 15:20:41 +0000 Subject: - Add usermode +n for notice masks - our implementation of snomasks. We're not sure how this will tie in with +s yet. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4274 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/mode.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mode.cpp') diff --git a/src/mode.cpp b/src/mode.cpp index c3153dfee..18580a21e 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -63,6 +63,8 @@ using namespace std; #include "modes/umode_i.h" /* +o (operator) */ #include "modes/umode_o.h" +/* +n (notice mask - our implementation of snomasks) */ +#include "modes/umode_n.h" extern int MODCOUNT; extern std::vector modules; @@ -620,7 +622,6 @@ ModeParser::ModeParser() this->AddMode(new ModeUserWallops, 'w'); this->AddMode(new ModeUserInvisible, 'i'); this->AddMode(new ModeUserOperator, 'o'); - - /* TODO: User modes +swio */ + this->AddMode(new ModeUserServerNoticeMask, 'n'); } -- cgit v1.3.1-10-gc9f91