diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 09:41:40 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-04-21 09:41:40 +0000 |
commit | f93d2932847e4c5b75448dbe34c8031f51144e09 (patch) | |
tree | 5f3a56a11178a66811aad0fbaede42b7c6e181b7 /src/numeric.c | |
parent | 18eddaf3a60077910f503a1c89d327c3ba62fed6 (diff) |
- Add ERR_CHANBANREASON (numeric 485)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1839 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/numeric.c')
-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 24e4c94..06fdd26 100644 --- a/src/numeric.c +++ b/src/numeric.c @@ -512,7 +512,7 @@ static const char *replies[] = { /* 482 ERR_CHANOPRIVSNEEDED */ ":%s 482 %s %s :You're not channel operator", /* 483 ERR_CANTKILLSERVER */ ":%s 483 %s :You can't kill a server!", /* 484 ERR_RESTRICTED */ ":%s 484 %s :You are restricted", -/* 485 */ NULL, +/* 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", /* 487 */ NULL, /* 488 */ NULL, |