mirror of
https://github.com/anope/anope.git
synced 2026-07-02 18:13:12 +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:
+2
-2
@@ -834,7 +834,7 @@ void do_quit(const char *source, int ac, const char **av)
|
||||
if (debug) {
|
||||
alog("debug: %s quits", source);
|
||||
}
|
||||
if ((na = user->na) && (!(na->status & NS_VERBOTEN))
|
||||
if ((na = user->na) && (!(na->status & NS_FORBIDDEN))
|
||||
&& (!(na->nc->flags & NI_SUSPENDED))
|
||||
&& (na->status & (NS_IDENTIFIED | NS_RECOGNIZED))) {
|
||||
na->last_seen = time(NULL);
|
||||
@@ -870,7 +870,7 @@ void do_kill(const char *nick, const char *msg)
|
||||
if (debug) {
|
||||
alog("debug: %s killed", nick);
|
||||
}
|
||||
if ((na = user->na) && (!(na->status & NS_VERBOTEN))
|
||||
if ((na = user->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