mirror of
https://github.com/anope/anope.git
synced 2026-07-07 23:43:15 +02:00
fixed typo. i apologize for being an idiot, i promise i will test even oneliners next time...
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2468 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ static void delete_server(Server * serv, const char *quitreason)
|
||||
na->last_quit =
|
||||
(quitreason ? sstrdup(quitreason) : NULL);
|
||||
}
|
||||
if (LimitSessions && !is_ulined(u->server)) {
|
||||
if (LimitSessions && !is_ulined(u->server->name)) {
|
||||
del_session(u->host);
|
||||
}
|
||||
delete_user(u);
|
||||
|
||||
Reference in New Issue
Block a user