Fix topic changes after 6af636dce2e6.
This commit is contained in:
parent
0c512421c5
commit
1987b5da5b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ m_topic(struct Client *client_p, struct Client *source_p, int parc, const char *
|
|||
}
|
||||
|
||||
if(((chptr->mode.mode & MODE_TOPICLIMIT) == 0 ||
|
||||
get_channel_access(source_p, msptr) < CHFL_CHANOP) &&
|
||||
get_channel_access(source_p, msptr) >= CHFL_CHANOP) &&
|
||||
(!MyClient(source_p) ||
|
||||
can_send(chptr, source_p, msptr)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue