extb_canjoin: disable inside +e
This commit is contained in:
parent
a77ebe1ed7
commit
d6b9005892
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ static int eb_canjoin(const char *data, struct Client *client_p,
|
||||||
return EXTBAN_INVALID;
|
return EXTBAN_INVALID;
|
||||||
if (data == NULL)
|
if (data == NULL)
|
||||||
return EXTBAN_INVALID;
|
return EXTBAN_INVALID;
|
||||||
|
if (mode_type == CHFL_EXCEPTION)
|
||||||
|
return EXTBAN_INVALID;
|
||||||
chptr2 = find_channel(data);
|
chptr2 = find_channel(data);
|
||||||
/* must exist, and no point doing this with the same channel */
|
/* must exist, and no point doing this with the same channel */
|
||||||
if (chptr2 == NULL || chptr2 == chptr)
|
if (chptr2 == NULL || chptr2 == chptr)
|
||||||
|
|
Loading…
Reference in a new issue