summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/m_set.c2
-rw-r--r--src/numeric.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_set.c b/modules/m_set.c
index b8522d6..4239c4b 100644
--- a/modules/m_set.c
+++ b/modules/m_set.c
@@ -66,7 +66,7 @@ quote_autoconn(struct Client *source_p, const char *arg, int newval)
}
else
{
- sendto_one(source_p, ":%s NOTICE %s :Can't find %s",
+ sendto_one(source_p, ":%s NOTICE %s :Cannot find %s",
me.name, source_p->name, arg);
}
}
diff --git a/src/numeric.c b/src/numeric.c
index e7623c1..4c39ed1 100644
--- a/src/numeric.c
+++ b/src/numeric.c
@@ -536,7 +536,7 @@ static const char *const replies[] =
/* 499 */ NULL,
/* 500 */ NULL,
/* 501 ERR_UMODEUNKNOWNFLAG */ ":%s 501 %s :Unknown MODE flag",
-/* 502 ERR_USERSDONTMATCH */ ":%s 502 %s :Can't change mode for other users",
+/* 502 ERR_USERSDONTMATCH */ ":%s 502 %s :Cannot change mode for other users",
/* 503 ERR_GHOSTEDCLIENT */ ":%s 503 %s :Message could not be delivered to %s",
/* 504 ERR_USERNOTONSERV */ ":%s 504 %s %s :User is not on this server",
/* 505 */ NULL,