summaryrefslogtreecommitdiff
path: root/src/core/hs_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r--src/core/hs_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c
index 49b22b3c7..0a63923ba 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -109,7 +109,7 @@ class CommandHSSet : public Command
if ((na = findnick(nick)))
{
- if (na->status & NS_VERBOTEN)
+ if (na->status & NS_FORBIDDEN)
{
notice_lang(s_HostServ, u, NICK_X_FORBIDDEN, nick);
if (vIdent)