summaryrefslogtreecommitdiff
path: root/modules/core/cs_unban.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_unban.cpp')
-rw-r--r--modules/core/cs_unban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/cs_unban.cpp b/modules/core/cs_unban.cpp
index a681d1100..35b1244e4 100644
--- a/modules/core/cs_unban.cpp
+++ b/modules/core/cs_unban.cpp
@@ -18,7 +18,7 @@ class CommandCSUnban : public Command
public:
CommandCSUnban() : Command("UNBAN", 1, 2)
{
- this->SetDesc("Remove all bans preventing a user from entering a channel");
+ this->SetDesc(_("Remove all bans preventing a user from entering a channel"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)