]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/m_opme.c
s/owner/admin/ throughout the source code and docs.
[irc/rqf/shadowircd.git] / extensions / m_opme.c
index 9adfb5ba4756e69a93081c73270a242d5958e277..1435cf8c4bc6ce4be1838e26c0f460970e60ff43 100644 (file)
@@ -76,7 +76,7 @@ mo_opme(struct Client *client_p, struct Client *source_p, int parc, const char *
        {
                msptr = ptr->data;
 
-               if(is_chanop(msptr) || is_owner(msptr))
+               if(is_chanop(msptr) || is_admin(msptr))
                {
                        sendto_one_notice(source_p, ":%s Channel is not opless", parv[1]);
                        return 0;