diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 18:48:02 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 18:48:02 +0000 |
commit | df18ef5b8469b9db0618ff96a1f3140b4b1ea16e (patch) | |
tree | fa72b4e8daafd793fe21f12139bd2848869bc256 /src | |
parent | 97cd3dda6fe72b8a2b8233ae711f5fe3b162a63d (diff) |
- numeric.c: fixed inconsistent use of "can't" and "cannot"
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3062 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r-- | src/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c index 7a0f567..e7623c1 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -517,7 +517,7 @@ static const char *const replies[] = /* 480 ERR_SSLONLYCHAN */ ":%s 480 %s %s :Cannot join channel (+S)", /* 481 ERR_NOPRIVILEGES */ ":%s 481 %s :Permission Denied - You're not an IRC operator", /* 482 ERR_CHANOPRIVSNEEDED */ ":%s 482 %s %s :You're not channel operator", -/* 483 ERR_CANTKILLSERVER */ ":%s 483 %s :You can't kill a server!", +/* 483 ERR_CANTKILLSERVER */ ":%s 483 %s :You cannot kill a server!", /* 484 ERR_RESTRICTED */ ":%s 484 %s :You are restricted", /* 485 ERR_CHANBANREASON */ ":%s 485 %s %s :Cannot join channel (%s)", /* 486 ERR_NONONREG */ ":%s 486 %s %s :You must identify to a registered nick to private message that person", |