diff options
Diffstat (limited to 'src/dreamforge.c')
-rw-r--r-- | src/dreamforge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dreamforge.c b/src/dreamforge.c index c4b3dc5f0..9174353f7 100644 --- a/src/dreamforge.c +++ b/src/dreamforge.c @@ -1168,7 +1168,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); } |