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