diff options
author | lethality <lethality@anope.org> | 2012-10-05 15:14:19 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2012-10-05 15:14:19 +0100 |
commit | 2f87b8e430f5082708d7229b92c10b20f9e98fdf (patch) | |
tree | bf081e660c229a57d619c2812ffd2c3701d4aadf /modules/commands/os_logsearch.cpp | |
parent | dcfae6332e9b4ba86d8fc7396c63a2176c551dae (diff) |
Revert this strangeness I created ;)
Diffstat (limited to 'modules/commands/os_logsearch.cpp')
-rw-r--r-- | modules/commands/os_logsearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_logsearch.cpp b/modules/commands/os_logsearch.cpp index ef574f094..0de6bc279 100644 --- a/modules/commands/os_logsearch.cpp +++ b/modules/commands/os_logsearch.cpp @@ -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 |