1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 03:26:38 +02:00

Fix unsetting founder_chans when logging out other users

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2362 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
adam-
2009-07-06 16:03:48 +00:00
parent 05bc74d9cb
commit feedbd6b0d
+1 -1
View File
@@ -119,7 +119,7 @@ int do_logout(User * u)
free(ci);
ci = ci2;
}
u->founder_chans = NULL;
u2->founder_chans = NULL;
/* Stop nick tracking if enabled */