X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/4424a1942386eec7110e5b44f1226ff9eef1c509..d1c7eccf6af5e957c316a671cfdf5a00ab5043b3:/modules/m_topic.c diff --git a/modules/m_topic.c b/modules/m_topic.c index 001a5e1..e81ce2c 100644 --- a/modules/m_topic.c +++ b/modules/m_topic.c @@ -114,7 +114,7 @@ m_topic(struct Client *client_p, struct Client *source_p, int parc, const char * return 0; } - if((chptr->mode.mode & MODE_TOPICLIMIT) == 0 || is_chanop(msptr) || IsOverride(source_p)) + if((chptr->mode.mode & MODE_TOPICLIMIT) == 0 || is_any_op(msptr) || IsOverride(source_p)) { char topic_info[USERHOST_REPLYLEN];