mirror of
https://github.com/anope/anope.git
synced 2026-07-10 19:23:13 +02:00
Fix typos, remove dead language defines.
os_set: Add missing debug text in help output.
This commit is contained in:
@@ -256,7 +256,7 @@ class OSInfo : public Module
|
||||
for (unsigned i = 0; i < (*oi)->size(); ++i)
|
||||
{
|
||||
OperInfo *o = (*oi)->at(i);
|
||||
info[_("Oper Info")] = Anope::printf(_("(By %s on %s) %s"), o->adder.c_str(), Anope::strftime(o->created, source.GetAccount(), true).c_str(), o->info.c_str());
|
||||
info[_("Oper Info")] = Anope::printf(_("(by %s on %s) %s"), o->adder.c_str(), Anope::strftime(o->created, source.GetAccount(), true).c_str(), o->info.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user