1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 11:03:14 +02:00

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
This commit is contained in:
sjaz
2009-03-14 18:24:48 +00:00
parent 6ac077e2cb
commit 0a2b6b9573
+1 -1
View File
@@ -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