extensions/override: display mode-change string in override messages

This commit is contained in:
William Pitcock 2016-01-11 22:40:32 -06:00
parent 7abb4a4f0d
commit b870a5f8e9
7 changed files with 16 additions and 11 deletions

View file

@ -97,7 +97,7 @@ m_kick(struct Client *client_p, struct Client *source_p, int parc, const char *p
return 0;
}
if(get_channel_access(source_p, msptr, MODE_ADD) < CHFL_CHANOP)
if(get_channel_access(source_p, msptr, MODE_ADD, NULL) < CHFL_CHANOP)
{
if(MyConnect(source_p))
{