mirror of
https://github.com/anope/anope.git
synced 2026-07-10 03:43:13 +02:00
NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1973 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ static void delete_server(Server * serv, const char *quitreason)
|
||||
while (u) {
|
||||
unext = nextuser();
|
||||
if (u->server == serv) {
|
||||
if ((na = u->na) && !(na->status & NS_VERBOTEN)
|
||||
if ((na = u->na) && !(na->status & NS_FORBIDDEN)
|
||||
&& (!(na->nc->flags & NI_SUSPENDED))
|
||||
&& (na->status & (NS_IDENTIFIED | NS_RECOGNIZED))) {
|
||||
na->last_seen = time(NULL);
|
||||
|
||||
Reference in New Issue
Block a user