]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Branch Merge
authorJD Horelick <redacted>
Sun, 4 Jul 2010 07:29:35 +0000 (03:29 -0400)
committerJD Horelick <redacted>
Sun, 4 Jul 2010 07:29:35 +0000 (03:29 -0400)
modules/m_topic.c

index 439e456dc5f1f10cf25b6d6a19b367498ac5bc60..3e8b4bf24fcbec9ad58ad73e22788fc85868c5b7 100644 (file)
@@ -115,7 +115,7 @@ m_topic(struct Client *client_p, struct Client *source_p, int parc, const char *
                        return 0;
                }
 
-               if(MyClient(source_p) && (chptr->mode.mode & MODE_TOPICLIMIT) && !is_any_op(msptr) && !can_send(chptr, source_p, msptr))
+               if(MyClient(source_p) && (chptr->mode.mode & MODE_TOPICLIMIT) && !is_any_op(msptr))
                {
                        if(IsOverride(source_p))
                        {