summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c1
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));