mirror of
https://github.com/anope/anope.git
synced 2026-07-08 20:23:11 +02:00
Added os_forbid
This commit is contained in:
@@ -45,8 +45,6 @@ class CommandNSSASet : public Command
|
||||
NickAlias *na = findnick(nick);
|
||||
if (!na)
|
||||
source.Reply(_(NICK_X_NOT_REGISTERED), nick.c_str());
|
||||
else if (na->HasFlag(NS_FORBIDDEN))
|
||||
source.Reply(_(NICK_X_FORBIDDEN), na->nick.c_str());
|
||||
else if (na->nc->HasFlag(NI_SUSPENDED))
|
||||
source.Reply(_(NICK_X_SUSPENDED), na->nick.c_str());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user