1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 05:03:11 +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
@@ -37,7 +37,7 @@ class ChanServBotInfo : public BotInfo
if (sep.GetToken(command) && sep.GetToken(param))
{
Command *c = FindCommand(this, command);
if (c)
if (c && !c->HasFlag(CFLAG_STRIP_CHANNEL))
{
if (ircdproto->IsChannelValid(param))
{