1
0
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:
Adam
2011-04-29 21:12:49 -04:00
parent 583954d3a1
commit b999c6ca53
10 changed files with 170 additions and 37 deletions
+1 -1
View File
@@ -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());
}
}
}