extensions/override: display mode-change string in override messages
This commit is contained in:
parent
7abb4a4f0d
commit
b870a5f8e9
7 changed files with 16 additions and 11 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue