1
0
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:
Bram Matthys
2005-12-09 20:21:37 +00:00
parent 704918754c
commit b930f9a2fc
11 changed files with 59 additions and 22 deletions
+1
View File
@@ -1314,6 +1314,7 @@ struct _configitem_alias {
ConfigItem_alias_format *format;
char *alias, *nick;
AliasType type;
unsigned int spamfilter:1;
};
struct _configitem_alias_format {