mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Fix a typo in cs_drop.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user