From 0a2b6b957369e2192df45adfe1f1a42dd3c5cf88 Mon Sep 17 00:00:00 2001 From: sjaz Date: Sat, 14 Mar 2009 18:24:48 +0000 Subject: [PATCH] Amended error message from "server numeric" to "server id" as per discussion on forum to avoid confusion. (We might want to think about this in the long term but for now, this will help reduce confusion). git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2161 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules.c b/src/modules.c index bb0cfeca7..4ace54ab0 100644 --- a/src/modules.c +++ b/src/modules.c @@ -89,7 +89,7 @@ int protocol_module_init() { if (!Numeric) { - alog("This IRCd protocol requires a server numeric to be set in Anope's configuration."); + alog("This IRCd protocol requires a server id to be set in Anope's configuration."); ret = -1; } else