Life would be interesting if we accepted host@ip syntax.. but we don't.
authorMichael Poole <mdpoole@troilus.org>
Tue, 23 Jan 2007 02:05:45 +0000 (02:05 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 23 Jan 2007 02:05:45 +0000 (02:05 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1757 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
doc/example.conf

index d1d03b5f6571594b15f891e824f8b2f2f5ca47d9..ccd64f5e2891be2fbfd892f81d6ba2fe7a977168 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-22  Michael Poole <mdpoole@troilus.org>
+
+       * doc/example.conf: Fix potentially confusing comment about ip
+       mask syntax.
+
 2007-01-22  Michael Poole <mdpoole@troilus.org>
 
        * INSTALL: Mention source directory naming; update the reference
index ae0aa5cf4d60c5a836564d6f7d9a04d1aa3fcebc..99ab66288a5e5b2c70ea23f66ea6122bc289b458 100644 (file)
@@ -237,7 +237,7 @@ Class {
 # Kill block".
 # Client {
 #  host = "user@host";
-#  ip = "ip@host";
+#  ip = "user@ip";
 #  password = "password";
 #  class = "classname";
 # };