1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 04:43:12 +02:00

- #0003382 reported by stealth regarding nested C-style comments messing

up example.conf parsing
This commit is contained in:
stskeeps
2007-06-15 19:50:22 +00:00
parent f3a2d7f6a4
commit a3d2b68abd
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -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
+3 -3
View File
@@ -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";
*
* };