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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user