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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user