summaryrefslogtreecommitdiff
path: root/modules/commands/cs_xop.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-10-10 14:16:59 -0400
committerAdam <Adam@anope.org>2011-10-10 14:16:59 -0400
commit9f3d735d9d461e0cea042722ac1c6af98fe6560e (patch)
tree2b735e7426084ab1e407bea5af74ecd25b2ec81f /modules/commands/cs_xop.cpp
parent0e012f73d44e2f2f3a64aae09d650ebfd00f063c (diff)
Allow nickserv/suspend to take an expiry time
Diffstat (limited to 'modules/commands/cs_xop.cpp')
-rw-r--r--modules/commands/cs_xop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_xop.cpp b/modules/commands/cs_xop.cpp
index e132f19f5..d23b24b81 100644
--- a/modules/commands/cs_xop.cpp
+++ b/modules/commands/cs_xop.cpp
@@ -399,7 +399,7 @@ class XOPBase : public Command
Log(override ? LOG_OVERRIDE : LOG_COMMAND, u, this, ci) << "ADD " << mask;
FOREACH_MOD(I_OnAccessAdd, OnAccessAdd(ci, u, acc));
- source.Reply(("\002%s\002 added to %s %s list."), acc->mask.c_str(), ci->name.c_str(), source.command.c_str());
+ source.Reply(_("\002%s\002 added to %s %s list."), acc->mask.c_str(), ci->name.c_str(), source.command.c_str());
}
void DoDel(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> &params, XOPType level)