From c4d6ce8c5e1802e5b834d5845e31c3adf7700585 Mon Sep 17 00:00:00 2001 From: danieldg Date: Thu, 8 Oct 2009 23:34:01 +0000 Subject: Add names for all modes (part 1 of named channel mode list) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11809 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modes/cmode_n.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modes/cmode_n.cpp') diff --git a/src/modes/cmode_n.cpp b/src/modes/cmode_n.cpp index 4aac083e0..3a30c329d 100644 --- a/src/modes/cmode_n.cpp +++ b/src/modes/cmode_n.cpp @@ -17,7 +17,7 @@ #include "users.h" #include "modes/cmode_n.h" -ModeChannelNoExternal::ModeChannelNoExternal() : SimpleChannelModeHandler(NULL, 'n') +ModeChannelNoExternal::ModeChannelNoExternal() : SimpleChannelModeHandler(NULL, "noextmsg", 'n') { } -- cgit v1.2.3