From ba06b3db25293588ea6431537dc02a0e2ba94f83 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Sun, 4 Jul 2010 03:25:54 -0400 Subject: [PATCH] Backed out changeset 8781a9e4c62c --- modules/m_topic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_topic.c b/modules/m_topic.c index 6b77805..afadae2 100644 --- a/modules/m_topic.c +++ b/modules/m_topic.c @@ -116,7 +116,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)) {