unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

commit 9b61d1a68762ef9b970f13d5ba82c830e5942113
parent cb02dd45ff726089535cee5f21d350795f5315e5
Author: acidvegas <acid.vegas@acid.vegas>
Date: Fri, 12 May 2023 19:24:15 -0400

Updated

Diffstat:
Mdoc/conf/except.conf | 3+--
Mdoc/conf/ircd.motd | 6++++--
Minclude/numeric.h | 7+++----

3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/conf/except.conf b/doc/conf/except.conf
@@ -26,4 +26,4 @@ except ban {
 }
 
 # Netsplit
-except ban { mask *@85.25.10.40; } # anaconda.netsplit.de
-\ No newline at end of file
+except ban { mask *@85.25.10.40; } # anaconda.netsplit.de
diff --git a/doc/conf/ircd.motd b/doc/conf/ircd.motd
@@ -41,4 +41,6 @@
 14• 7Do not disrupt the orderly operation of the network
 14• 7No distribution of child pornography
 
-8,4         E N T E R   T H E   V O I D          
-\ No newline at end of file
+8,4         E N T E R   T H E   V O I D          
+
+loldongs‮sgnodlol
+\ No newline at end of file
diff --git a/include/numeric.h b/include/numeric.h
@@ -348,19 +348,18 @@
 /* Numeric texts */
 
 #define STR_RPL_WELCOME			/* 001 */	":Welcome to the %s IRC Network %s!%s@%s <- (FAGGOT)"
-//#define STR_RPL_WELCOME			/* 001 */	":Welcome to the %s IRC Network %s!%s@%s"
 //#define STR_RPL_YOURHOST		/* 002 */	":Your host is %s, running version %s"
 #define STR_RPL_YOURHOST		/* 002 */	":Your host is hidden, running version UnrealIRCd-6.6.6"
 #define STR_RPL_CREATED			/* 003 */	":This server was created %s"
 #define STR_RPL_MYINFO			/* 004 */	"%s %s %s %s"
 #define STR_RPL_ISUPPORT		/* 005 */	"%s :are supported by this server"
 //#define STR_RPL_MAP			/* 006 */	":%s%s %s | Users: %*ld (%*.2f%%)%s"
-#define STR_RPL_MAP			/* 006 */	":irc.supernets.org | Users: 1000000 (100%) [000]"
+#define STR_RPL_MAP				/* 006 */	":irc.supernets.org | Users: 1000000 (100%) [000]"
 #define STR_RPL_MAPEND			/* 007 */	":End of /MAP"
 #define STR_RPL_SNOMASK			/* 008 */	"+%s :Server notice mask"
 #define STR_RPL_REDIR			/* 010 */	"%s %d :Please use this Server/Port instead"
 //#define STR_RPL_MAPUSERS		/* 018 */	":%d server%s and %d user%s, average %.2f users per server"
-#define STR_RPL_MAPUSERS		/* 018 */	":5000 servers and 1000000 users, average 200 users per server"
+#define STR_RPL_MAPUSERS		/* 018 */	":5000 servers and 1000000 users, average 1000000 users per server"
 #define STR_RPL_REMOTEISUPPORT		/* 105 */	"%s :are supported by this server"
 #define STR_RPL_TRACELINK		/* 200 */	"Link %s%s %s %s"
 #define STR_RPL_TRACECONNECTING		/* 201 */	"Attempt %s %s"
@@ -402,7 +401,7 @@
 #define STR_RPL_LUSEROP			/* 252 */	"5000 :operator(s) online"
 #define STR_RPL_LUSERUNKNOWN		/* 253 */	"%d :unknown connection(s)"
 //#define STR_RPL_LUSERCHANNELS		/* 254 */	"%d :channels formed"
-#define STR_RPL_LUSERCHANNELS		/* 254 */	"5000 :channels formed"
+#define STR_RPL_LUSERCHANNELS		/* 254 */	"1000000 :channels formed"
 //#define STR_RPL_LUSERME			/* 255 */	":I have %d clients and %d servers"
 #define STR_RPL_LUSERME			/* 255 */	":I have 5000 clients and 5000 servers"
 #define STR_RPL_ADMINME			/* 256 */	":Administrative info about %s"