1
0
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:
TehPeGaSuS
2024-02-22 00:09:09 +01:00
committed by GitHub
parent 07373c8cf2
commit ccfaca32a2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
}