1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 21:03:12 +02:00
This commit is contained in:
Bram Matthys
2004-04-24 23:16:03 +00:00
parent c7dcad793c
commit 00bd34adf4
51 changed files with 4717 additions and 652 deletions
+1 -1
View File
@@ -762,7 +762,7 @@ struct Server {
struct _spamfilter {
unsigned short action; /* see BAN_ACT* */
regex_t expr;
char *tkl_reason;
char *tkl_reason; /* spamfilter reason field [escaped by unreal_encodespace()!] */
TS tkl_duration;
};