summaryrefslogtreecommitdiff
path: root/src/plexus.c
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-16 20:24:47 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-16 20:24:47 +0000
commite8275af54abfcc0df890ccebdd4ccb95b451099a (patch)
tree35508e8074ab756aa97308a9a5794998c32bc979 /src/plexus.c
parent1fec2a9abdd824a41ab1b975bd95829cb44a7d0e (diff)
BUILD : 1.7.8 (632) BUGS : 315 NOTES : 422 is sent if the file dosnt exist, 375 and 376 are no longer sent, if the error numeric is sent.
git-svn-id: svn://svn.anope.org/anope/trunk@632 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@480 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/plexus.c')
-rw-r--r--src/plexus.c2
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);
}