mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-08 19:25:25 +01:00
extban ~a = also allowed for invex
This commit is contained in:
parent
83527ba76d
commit
82f9cf54bb
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ void extban_init(void)
|
|||
req.flag = 'a';
|
||||
req.conv_param = extban_modea_conv_param;
|
||||
req.is_banned = extban_modea_is_banned;
|
||||
req.options = EXTBOPT_INVEX;
|
||||
ExtbanAdd(NULL, req);
|
||||
|
||||
/* When adding new extbans, be sure to always add a prior memset like above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue