1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 05:03:14 +02:00

Mark perm channels (partly) fixed. Proper fix will wait for 1.9.1.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1743 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-16 02:03:51 +00:00
parent 92280e7a25
commit cbb6c43c7e
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -826,6 +826,9 @@ int anope_event_fjoin(const char *source, int ac, const char **av)
*nicklist = '\0';
*prefixandnick = '\0';
if (ac <= 4)
return MOD_CONT;
curnick = myStrGetToken(av[ac - 1], ' ', curtoken);
while (curnick != NULL)
{