Skip to content
Snippets Groups Projects
Commit fda86a15 authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

IRCd 2.0 RC

parent b08d0c47
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ load("ircd/server.js");
load("ircd/config.js");
/*** Global Constants - Always in ALL_UPPERCASE ***/
const VERSION = "SynchronetIRCd-1.10";
const VERSION = "SynchronetIRCd-2.0";
const VERSION_STR = format(
"Synchronet %s%s-%s%s (IRCd by Randy Sommerfeld)",
system.version, system.revision,
......
......@@ -1325,7 +1325,7 @@ function IRCClient_do_info() {
this.hostname,
this.servername
));
this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 1.10 ]*=-=-=-=-=-=-=-=-=-=--");
this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 2.0 ]*-=-=-=-=-=-=-=-=-=-=--");
this.numeric(371, ": IRCd Copyright 2003-2023 by Randy Sommerfeld <cyan@synchro.net>");
this.numeric(371, ":" + system.version_notice + " " + system.copyright + ".");
this.numeric(371, ":--=-=-=-=-=-=-=-=-=-( A big thanks to the following )-=-=-=-=-=-=-=-=-=--");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment