mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 16:46:37 +02:00
- Added option to apply spamfilters to aliases as well (such as /MS, etc). To do so,
you have to put 'spamfilter yes;' in every alias block you want to get filtered. This is so you can have for example /MS filtered (due to heavy spam), while keeping /NS and /CS unfiltered. Reported by Homer (#0002496). - The memoserv aliases (/MS and /MEMOSERV) now have spamfiltering enabled by default.
This commit is contained in:
@@ -1314,6 +1314,7 @@ struct _configitem_alias {
|
||||
ConfigItem_alias_format *format;
|
||||
char *alias, *nick;
|
||||
AliasType type;
|
||||
unsigned int spamfilter:1;
|
||||
};
|
||||
|
||||
struct _configitem_alias_format {
|
||||
|
||||
Reference in New Issue
Block a user