1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 14:53:12 +02:00

Update chatops perms

This commit is contained in:
Travis McArthur
2015-07-05 12:03:59 -07:00
parent ad4ab6c5f5
commit 760fb261fb
+1 -1
View File
@@ -89,7 +89,7 @@ DLLFUNC CMD_FUNC(m_chatops)
return 0;
}
if (MyClient(sptr) && !IsAnOper(cptr))
if (MyClient(sptr) && !OperClass_evaluateACLPath("chat:ops",sptr,NULL,NULL,NULL))
{
sendto_one(sptr, err_str(ERR_NOPRIVILEGES), me.name, sptr->name);
return 0;