diff --git a/ircd/m_oper.c b/ircd/m_oper.c index 2af679c..452acf5 100644 --- a/ircd/m_oper.c +++ b/ircd/m_oper.c @@ -127,7 +127,7 @@ void do_oper(struct Client* cptr, struct Client* sptr, struct ConfItem* aconf) /* Setează flag-ul hide_oper din config pentru stealth oper mode */ if (HasPriv(sptr, PRIV_HIDE_OPER)) - SetFlag(sptr, FLAG_HIDEOPER); + SetFlag(sptr, FLAG_HIDE_OPER); snomask = ConfSnoMask(aconf) & SNO_ALL; snomask |= aconf->snomask & SNO_ALL;