summaryrefslogtreecommitdiff
path: root/src/modules.c
diff options
context:
space:
mode:
authorsjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-03-14 18:24:48 +0000
committersjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864>2009-03-14 18:24:48 +0000
commit0a2b6b957369e2192df45adfe1f1a42dd3c5cf88 (patch)
treef44c6c08803a4d94fc251d6fed0c51d4381a4eb0 /src/modules.c
parent6ac077e2cbca0beee5d0baaa9d8781b3c58fb5de (diff)
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
Diffstat (limited to 'src/modules.c')
-rw-r--r--src/modules.c2
1 files changed, 1 insertions, 1 deletions
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