mirror of
https://github.com/anope/anope.git
synced 2026-07-07 17:23:13 +02:00
Expand more on m_alias and changed some std::string usage in sockets.cpp to use Anope::string
This commit is contained in:
@@ -27,7 +27,7 @@ class CommandOSModInfo : public Command
|
||||
|
||||
if (c->module && c->module->name.equals_ci(mod_name) && c->service)
|
||||
{
|
||||
source.Reply(_("Providing command: %\002%s %s\002"), c->service->nick.c_str(), c->name.c_str());
|
||||
source.Reply(_("Providing command: \002%s %s\002"), c->service->nick.c_str(), c->name.c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user