From 843d4d7ae9007410962ea4d8bf443c42f5dd4041 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 3 Apr 2020 22:21:51 +0000
Subject: [PATCH] Avoid colons because this is porcelin.

---
 exec/load/ircd_server.js | 2 +-
 exec/load/ircd_unreg.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exec/load/ircd_server.js b/exec/load/ircd_server.js
index 8bb386c2da..26444a9275 100644
--- a/exec/load/ircd_server.js
+++ b/exec/load/ircd_server.js
@@ -621,7 +621,7 @@ function Server_Work(cmdline) {
 				if (!my_server)
 					break;
 				if (cmd[1] != "OK") {
-					my_server.quit("S: Server not configured.");
+					my_server.quit("S Server not configured.");
 					break;
 				}
 				Servers[my_server.nick.toLowerCase()] = new IRC_Server();
diff --git a/exec/load/ircd_unreg.js b/exec/load/ircd_unreg.js
index 96e2ae46b2..92111010f3 100644
--- a/exec/load/ircd_unreg.js
+++ b/exec/load/ircd_unreg.js
@@ -204,7 +204,7 @@ function IRC_Unregistered_Commands(cmdline) {
 			      ( (this_nline.password == "*") && !this.outgoing
 				&& !(this_nline.flags&NLINE_CHECK_QWKPASSWD) )
 			     ) && !qwk_slave) {
-				this.quit("UR: Server not configured.");
+				this.quit("UR Server not configured.");
 				return 0;
 			}
 			// Take care of registration right now.
-- 
GitLab