diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 06:32:47 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-25 06:32:47 +0000 |
commit | a43424dbb94831342b41d6823522eaa1ce4fe881 (patch) | |
tree | ccdbd09c25a86e7bff43f5adb4f90ae02eabebb5 /src/protocol/unreal32.c | |
parent | 13f92e03bef779626802149df23e458aea489b27 (diff) |
Added internal tracking of InspIRCd1.2 channel modes BFfjMPT and user modes BcdGHIkQRSW, also added tracking of Unreal3.2s channel mode j
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2588 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 86dd0004e..52f7beaaf 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1194,6 +1194,7 @@ void moduleAddModes() ModeManager::AddChannelMode('c', new ChannelMode(CMODE_BLOCKCOLOR)); ModeManager::AddChannelMode('f', new ChannelModeFlood()); ModeManager::AddChannelMode('i', new ChannelMode(CMODE_INVITE)); + ModeManager::AddChannelMode('j', new ChannelModeParam(CMODE_JOINFLOOD)); ModeManager::AddChannelMode('k', new ChannelModeKey()); ModeManager::AddChannelMode('l', new ChannelModeParam(CMODE_LIMIT)); ModeManager::AddChannelMode('m', new ChannelMode(CMODE_MODERATED)); |