From: Michael Poole Date: Sat, 23 Apr 2005 00:10:17 +0000 (+0000) Subject: Add missing }; in example Kill block (spotted by `Beee). X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=49143f8e18544c3cf50424acf5df788012c29e0b Add missing }; in example Kill block (spotted by `Beee). git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1377 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index f24d6d0..8fcb69a 100644 --- 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 diff --git a/doc/example.conf b/doc/example.conf index 5b81cf4..2cda2e0 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -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