1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 14:43:13 +02:00

PERMISSION_DENIED -> ACCESS_DENIED string.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2281 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-04-16 20:28:21 +00:00
parent 89883ac325
commit 723e3f2ce0
43 changed files with 55 additions and 161 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class CommandCSAppendTopic : public Command
else if (ci->flags & CI_FORBIDDEN)
notice_lang(s_ChanServ, u, CHAN_X_FORBIDDEN, ci->name);
else if (!check_access(u, ci, CA_TOPIC))
notice_lang(s_ChanServ, u, PERMISSION_DENIED);
notice_lang(s_ChanServ, u, ACCESS_DENIED);
else
{
if (ci->last_topic)