diff options
Diffstat (limited to 'src/plexus.c')
-rw-r--r-- | src/plexus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plexus.c b/src/plexus.c index 538b19a8f..e008f5018 100644 --- a/src/plexus.c +++ b/src/plexus.c @@ -1104,7 +1104,7 @@ void anope_cmd_372(char *source, char *msg) void anope_cmd_372_error(char *source) { - send_cmd(ServerName, "372 %s :- MOTD file not found! Please " + send_cmd(ServerName, "422 %s :- MOTD file not found! Please " "contact your IRC administrator.", source); } |