1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 09:56:38 +02:00

BUILD : 1.7.19 (1262) BUGS : 727 NOTES : Fixed DefConChanModes being re-set while being unset

git-svn-id: svn://svn.anope.org/anope/trunk@1262 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@980 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-08 18:41:42 +00:00
parent d20ad8e180
commit f3d98aecbc
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1632,12 +1632,12 @@ void runDefCon(void)
} else {
if (DefConChanModes && (DefConModesSet != 0)) {
if (DefConChanModes[0] == '+' || DefConChanModes[0] == '-') {
DefConModesSet = 0;
if ((newmodes = defconReverseModes(DefConChanModes))) {
alog("DEFCON: setting %s on all chan's", newmodes);
do_mass_mode(newmodes);
free(newmodes);
}
DefConModesSet = 0;
}
}
}