X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/afe430eebba7b8a244e72441d8d98d90c1a7bdf9..1a9821cd5104596cac3cce5669f62bb8cb8c4691:/modules/m_topic.c diff --git a/modules/m_topic.c b/modules/m_topic.c index 3eee639..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)) + if((chptr->mode.mode & MODE_TOPICLIMIT) == 0 || is_any_op(msptr) || IsOverride(source_p)) { char topic_info[USERHOST_REPLYLEN];