reference.conf: fix me being an incompetent fuckwit.
Blind search and replace ruined this file. Remember to check your regexes, people.
This commit is contained in:
parent
9abdcf1c64
commit
0e1f366732
1 changed files with 3 additions and 3 deletions
|
@ -569,7 +569,7 @@ connect "irc.uplink.com" {
|
|||
flags = compressed, topicburst;
|
||||
};
|
||||
|
||||
connect "ipv6me.server" {
|
||||
connect "ipv6.lame.server" {
|
||||
/* Hosts that are IPv6 addresses must be in :: shortened form
|
||||
* if applicable. Addresses starting with a colon get an extra
|
||||
* zero prepended, for example: 0::1
|
||||
|
@ -625,8 +625,8 @@ cluster {
|
|||
* all - share all of the above
|
||||
*/
|
||||
|
||||
/* share klines/unklines/xlines with *n */
|
||||
name = "*n";
|
||||
/* share klines/unklines/xlines with *.lan */
|
||||
name = "*.lan";
|
||||
flags = kline, unkline, xline;
|
||||
|
||||
/* share locops with irc.ircd-ratbox.org and ircd.ircd-ratbox.org */
|
||||
|
|
Loading…
Reference in a new issue