1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 01:26:39 +02:00

Fixed tracking of InspIRCd channel mode R

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2945 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-05-10 06:41:16 +00:00
parent 80969ad89a
commit 2f3da52c3c
+1 -1
View File
@@ -1105,7 +1105,7 @@ int anope_event_capab(const char *source, int ac, const char **av)
ModeManager::AddChannelMode(new ChannelMode(CMODE_NOKICK, 'Q'));
continue;
case 'R':
ModeManager::AddUserMode(new UserMode(UMODE_REGPRIV, 'R'));
ModeManager::AddChannelMode(new ChannelMode(CMODE_REGISTEREDONLY, 'R'));
continue;
case 'S':
ModeManager::AddChannelMode(new ChannelMode(CMODE_STRIPCOLOR, 'S'));