Add missing }; in example Kill block (spotted by `Beee).
authorMichael Poole <mdpoole@troilus.org>
Sat, 23 Apr 2005 00:10:17 +0000 (00:10 +0000)
committerMichael Poole <mdpoole@troilus.org>
Sat, 23 Apr 2005 00:10:17 +0000 (00:10 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1377 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
doc/example.conf

index f24d6d0e1ccccb20c7b04b820b47972934bd4871..8fcb69a5ddf1ce1e60f09d756cbaa1c886ac529e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * RELEASE.NOTES: Silence exceptions use ~, not -.  Oops!
 
+       * doc/example.conf: Fix typo in example Kill block.
+
        * ircd/channel.c (mode_parse_ban): Use correct test for flag_p.
 
        * ircd/m_silence.c (apply_silence): Make mask pretty so that later
index 5b81cf4f143897594d994eeb81815b3f3550d9ad..2cda2e04fd4902be5430f357be66cc2b0abac3c1 100644 (file)
@@ -484,7 +484,7 @@ 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";
+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.  Note the combination