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