Committer : entrope
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Commit time: 2005-04-23 00:10:27 UTC
Modified files:
ChangeLog doc/example.conf
Log message:
Add missing }; in example Kill block (spotted by `Beee).
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.608 ircu2.10/ChangeLog:1.609
--- ircu2.10/ChangeLog:1.608 Fri Apr 22 16:36:29 2005
+++ ircu2.10/ChangeLog Fri Apr 22 17:10:14 2005
@@ -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: ircu2.10/doc/example.conf
diff -u ircu2.10/doc/example.conf:1.54 ircu2.10/doc/example.conf:1.55
--- ircu2.10/doc/example.conf:1.54 Sat Apr 16 19:57:56 2005
+++ ircu2.10/doc/example.conf Fri Apr 22 17:10:17 2005
@@ -484,7 +484,7 @@
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
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches