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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user