mirror of
https://github.com/anope/anope.git
synced 2026-07-06 20:03:14 +02:00
BUILD : 1.7.6 (467) BUGS : NOTES : Fixed bug with ircd->chanmodes. Thanks to Syzop.
git-svn-id: svn://svn.anope.org/anope/trunk@467 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@321 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
b28a698891
commit
541f11e4b8
+1
-1
@@ -380,7 +380,7 @@ void capab_parse(int ac, char **av)
|
||||
if (!stricmp(s, "CHANMODES")) {
|
||||
uplink_capab |= CAPAB_CHANMODE;
|
||||
if (tmp) {
|
||||
ircd->chanmodes = tmp;
|
||||
ircd->chanmodes = sstrdup(tmp);
|
||||
}
|
||||
}
|
||||
if (s) {
|
||||
|
||||
Reference in New Issue
Block a user