mirror of
https://github.com/anope/anope.git
synced 2026-07-06 21:03:13 +02:00
Added MinusNoArg to insp modes Ffj and unreal mode j
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2589 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1099,11 +1099,11 @@ int anope_event_capab(const char *source, int ac, const char **av)
|
||||
if (strstr(av[1], "m_blockcaps.so"))
|
||||
ModeManager::AddChannelMode('B', new ChannelMode(CMODE_BLOCKCAPS));
|
||||
if (strstr(av[1], "m_nickflood.so"))
|
||||
ModeManager::AddChannelMode('F', new ChannelModeParam(CMODE_NICKFLOOD));
|
||||
ModeManager::AddChannelMode('F', new ChannelModeParam(CMODE_NICKFLOOD, true));
|
||||
if (strstr(av[1], "m_messageflood.so"))
|
||||
ModeManager::AddChannelMode('f', new ChannelModeParam(CMODE_FLOOD));
|
||||
ModeManager::AddChannelMode('f', new ChannelModeParam(CMODE_FLOOD, true));
|
||||
if (strstr(av[1], "m_joinflood.so"))
|
||||
ModeManager::AddChannelMode('j', new ChannelModeParam(CMODE_JOINFLOOD));
|
||||
ModeManager::AddChannelMode('j', new ChannelModeParam(CMODE_JOINFLOOD, true));
|
||||
if (strstr(av[1], "m_permchannels.so"))
|
||||
ModeManager::AddChannelMode('P', new ChannelMode(CMODE_PERM));
|
||||
if (strstr(av[1], "m_nonotice.so"))
|
||||
|
||||
Reference in New Issue
Block a user