From f8ee95ef989b83d9af7f802a25a8c7d9f81dd116 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 19 Sep 2010 16:20:56 -0400 Subject: Added some more variable fields for dnsbl akill reasons --- data/example.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/example.conf b/data/example.conf index 7750b4d2d..639077f65 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1746,7 +1746,13 @@ blacklist name = "rbl.efnetrbl.org"; /* How long to set the akill for */ time = 4h; - /* Reason for akill, %h is replaced with the hostname of the user, and %i with the IP */ + /* Reason for akill. + * %n is the nick of the user + * %u is the ident/username of the user + * %r is the realname of the user + * %h is the hostname of the user + * %i is the IP of the user + */ reason = "You are listed in the efnet RBL, visit http://rbl.efnetrbl.org/?i=%i for info" } blacklist -- cgit