From: Michael Poole Date: Tue, 23 Jan 2007 02:05:45 +0000 (+0000) Subject: Life would be interesting if we accepted host@ip syntax.. but we don't. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=bc9c3a735a4730573972d0689ee5da68cfd623d5 Life would be interesting if we accepted host@ip syntax.. but we don't. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1757 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index d1d03b5..ccd64f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-22 Michael Poole + + * doc/example.conf: Fix potentially confusing comment about ip + mask syntax. + 2007-01-22 Michael Poole * INSTALL: Mention source directory naming; update the reference diff --git a/doc/example.conf b/doc/example.conf index ae0aa5c..99ab662 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -237,7 +237,7 @@ Class { # Kill block". # Client { # host = "user@host"; -# ip = "ip@host"; +# ip = "user@ip"; # password = "password"; # class = "classname"; # };