diff options
Diffstat (limited to 'modules/chanserv/cs_drop.cpp')
-rw-r--r-- | modules/chanserv/cs_drop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanserv/cs_drop.cpp b/modules/chanserv/cs_drop.cpp index 2bc0e76a7..eada1c23b 100644 --- a/modules/chanserv/cs_drop.cpp +++ b/modules/chanserv/cs_drop.cpp @@ -58,7 +58,7 @@ public: *code = Anope::Random(15); } - source.Reply(_("Please confirm that you want to drop \002%s\002 with with \002DROP %s %s\002."), + source.Reply(_("Please confirm that you want to drop \002%s\002 with \002DROP %s %s\002"), chan.c_str(), chan.c_str(), code->c_str()); return; } |