1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 08:23:13 +02:00

Revert this strangeness I created ;)

This commit is contained in:
lethality
2012-10-05 15:14:19 +01:00
parent dcfae6332e
commit 2f87b8e430
+1 -1
View File
@@ -121,7 +121,7 @@ class CommandOSLogSearch : public Command
unsigned count = 0;
for (std::list<Anope::string>::iterator it = matches.begin(), it_end = matches.end(); it != it_end; ++it)
source.Reply("#%d: %s", ++count, it->c_str());
source.Reply(_("Showed %d/%d matches for \2%s\2"), found, replies, search_string.c_str());
source.Reply(_("Showed %d/%d matches for \2%s\2"), replies, found, search_string.c_str());
}
bool OnHelp(CommandSource &source, const Anope::string &subcommand) anope_override