diff --git a/Changes b/Changes index 7dd7e0774..d91811d5b 100644 --- a/Changes +++ b/Changes @@ -1498,3 +1498,5 @@ - Added oper CIDR - #0001317 reported by thilo regarding removal of (username) being appended to topics set by U:Lined servers. +- #0003382 reported by stealth regarding nested C-style comments messing + up example.conf parsing diff --git a/doc/example.conf b/doc/example.conf index 01b2aeb55..150d1c589 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -290,9 +290,9 @@ listen *:6667; * options { * (options here*); * }; - * /* If we use SSL, we can choose what cipher to use in SSL mode - * * Retrieve a list by "openssl ciphers", seperate ciphers with :'s - * */ + * // If we use SSL, we can choose what cipher to use in SSL mode + * // Retrieve a list by "openssl ciphers", separate ciphers with :'s + * * ciphers "DES-CBC3-MD5"; * * };