Make realname Kill blocks more predictable, and add username="x" field.
[ircu2.10.12-pk.git] / doc / example.conf
index 28796d6b0e621c976f200d26a04ecb1e0292c6d3..5b81cf4f143897594d994eeb81815b3f3550d9ad 100644 (file)
@@ -483,8 +483,12 @@ Jupe {
 Kill { host = "*.au"; reason = "Please use a nearer server"; };
 Kill { host = "*.edu"; reason = "Please use a nearer server"; };
 
+# You can also kill based on username.
+Kill { username = "sub7"; realname = "s*7*"; reason = "You are infected with a Trojan";
+
 # The file can contain for example, a reason, a link to the
-# server rules and a contact address.
+# server rules and a contact address.  Note the combination
+# of username and host in the host field.
 Kill
 {
  host = "*luser@unixbox.flooder.co.uk";