extban ~a = also allowed for invex

This commit is contained in:
Bram Matthys 2011-12-25 16:42:17 +01:00
parent 83527ba76d
commit 82f9cf54bb

View file

@ -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