diff options
| author | 2010-02-06 19:20:00 +0000 | |
|---|---|---|
| committer | 2010-02-06 19:20:00 +0000 | |
| commit | c2a3ebea46f3527e0680f1258725f95ff13f0880 (patch) | |
| tree | db70da8d96bd89c4dc5200c5d549fe4222a64147 /src/modes/cmode_i.cpp | |
| parent | Fail adding of new mode when its prefix is already in use (diff) | |
rename channel modes +it to distinguish them from commands
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12387 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/cmode_i.cpp')
| -rw-r--r-- | src/modes/cmode_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_i.cpp b/src/modes/cmode_i.cpp index a8c6778b8..e07cb4db8 100644 --- a/src/modes/cmode_i.cpp +++ b/src/modes/cmode_i.cpp @@ -17,7 +17,7 @@ #include "users.h" #include "modes/cmode_i.h" -ModeChannelInviteOnly::ModeChannelInviteOnly() : SimpleChannelModeHandler(NULL, "invite", 'i') +ModeChannelInviteOnly::ModeChannelInviteOnly() : SimpleChannelModeHandler(NULL, "inviteonly", 'i') { } |
