From aa0221d87ca355d5021f81f8f65cf6a47bc93c38 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 20 Dec 2020 04:04:19 +0000 Subject: Replace the SERVER stub command with something actually useful. This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message. --- make/template/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'make') diff --git a/make/template/config.h b/make/template/config.h index a4a21250a..034191893 100644 --- a/make/template/config.h +++ b/make/template/config.h @@ -43,6 +43,9 @@ /** The default location that module files are stored in. */ #define INSPIRCD_MODULE_PATH "@MODULE_DIR@" +/** The URL of the InspIRCd docs site. */ +#define INSPIRCD_DOCS "https://docs.inspircd.org/@VERSION_MAJOR@/" + #ifndef _WIN32 %target include/config.h -- cgit v1.2.3