summaryrefslogtreecommitdiff
path: root/src/ratbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ratbox.c')
-rw-r--r--src/ratbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ratbox.c b/src/ratbox.c
index b8db22dd6..f2b329e4a 100644
--- a/src/ratbox.c
+++ b/src/ratbox.c
@@ -1205,7 +1205,7 @@ void anope_cmd_372(char *source, char *msg)
void anope_cmd_372_error(char *source)
{
send_cmd((UseTS6 ? TS6SID : ServerName),
- "372 %s :- MOTD file not found! Please "
+ "422 %s :- MOTD file not found! Please "
"contact your IRC administrator.", source);
}