From 83d35be3493a188e47b1b4257d454840fef31779 Mon Sep 17 00:00:00 2001
From: cyan <>
Date: Wed, 26 Nov 2003 11:56:46 +0000
Subject: [PATCH] Oops, we weren't displaying server.version_detail in INFO

---
 exec/ircd.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/exec/ircd.js b/exec/ircd.js
index da28f4eba4..9e2e823fb2 100644
--- a/exec/ircd.js
+++ b/exec/ircd.js
@@ -2216,6 +2216,7 @@ function IRCClient_do_info() {
 	this.numeric(371, ": ");
 	this.numeric(371, ":Synchronet " + system.full_version);
 	this.numeric(371, ":Running on " + system.os_version);
+	this.numeric(371, ":Via " + server.version_detail);
 	this.numeric(371, ":Compiled with " + system.compiled_with + " at " + system.compiled_when);
 	this.numeric(371, ":Socket Library: " + system.socket_lib);
 	this.numeric(371, ":Message Base Library: " + system.msgbase_lib);
-- 
GitLab