summaryrefslogtreecommitdiff
path: root/src/coremods/core_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_stub.cpp')
-rw-r--r--src/coremods/core_stub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_stub.cpp b/src/coremods/core_stub.cpp
index bb6590261..28adb9e6a 100644
--- a/src/coremods/core_stub.cpp
+++ b/src/coremods/core_stub.cpp
@@ -102,7 +102,7 @@ class CommandServer : public Command
}
else
{
- user->WriteNumeric(ERR_NOTREGISTERED, ":You may not register as a server (servers have separate ports from clients, change your config)");
+ user->WriteNumeric(ERR_NOTREGISTERED, "SERVER :You may not register as a server (servers have separate ports from clients, change your config)");
}
return CMD_FAILURE;
}