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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user