Backed out changeset 8781a9e4c62c

This commit is contained in:
JD Horelick 2010-07-04 03:25:54 -04:00
parent 4b4fc78cfb
commit ba06b3db25
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{