s/charybdis/shadowircd/ in some other reasonably user-facing places.
This commit is contained in:
parent
867dcc9f02
commit
f34794d0a8
|
@ -44,7 +44,7 @@
|
||||||
serverinfo {
|
serverinfo {
|
||||||
name = "hades.arpa";
|
name = "hades.arpa";
|
||||||
sid = "42X";
|
sid = "42X";
|
||||||
description = "charybdis test server";
|
description = "shadowircd test server";
|
||||||
network_name = "AthemeNET";
|
network_name = "AthemeNET";
|
||||||
network_desc = "Your IRC network.";
|
network_desc = "Your IRC network.";
|
||||||
hub = yes;
|
hub = yes;
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
This is charybdis MOTD you might replace it, but if not your friends will
|
This is shadowircd MOTD you might replace it, but if not your friends will
|
||||||
laugh at you.
|
laugh at you.
|
||||||
|
|
|
@ -112,7 +112,7 @@ serverinfo {
|
||||||
/* description: the description of our server. '[' and ']' may not
|
/* description: the description of our server. '[' and ']' may not
|
||||||
* be used here for compatibility with older servers.
|
* be used here for compatibility with older servers.
|
||||||
*/
|
*/
|
||||||
description = "charybdis test server";
|
description = "shadowircd test server";
|
||||||
|
|
||||||
/* network info: the name and description of the network this server
|
/* network info: the name and description of the network this server
|
||||||
* is on. Shown in the 005 reply and used with serverhiding.
|
* is on. Shown in the 005 reply and used with serverhiding.
|
||||||
|
|
Loading…
Reference in New Issue