diff options
| author | 2006-07-07 17:37:20 +0000 | |
|---|---|---|
| committer | 2006-07-07 17:37:20 +0000 | |
| commit | 8f9d0a68cd77b6a78eccfa7df9c1045d453ce581 (patch) | |
| tree | 136a66ca6fad66f11b73ebc790d3d8826e1561a3 /src/modes/cmode_s.cpp | |
| parent | Tidied up checking in ModeParser::AddMode() and added a humorous comment abou... (diff) | |
Mode +b stuff, probably wont work yet
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4133 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/cmode_s.cpp')
| -rw-r--r-- | src/modes/cmode_s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_s.cpp b/src/modes/cmode_s.cpp index f6ae9a2f4..eec99b91d 100644 --- a/src/modes/cmode_s.cpp +++ b/src/modes/cmode_s.cpp @@ -4,7 +4,7 @@ #include "users.h" #include "modes/cmode_s.h" -ModeChannelSecret::ModeChannelSecret() : ModeHandler('s', 0, 0, 0, MODETYPE_CHANNEL, false) +ModeChannelSecret::ModeChannelSecret() : ModeHandler('s', 0, 0, false, MODETYPE_CHANNEL, false) { } |
