mirror of
https://github.com/anope/anope.git
synced 2026-07-06 15:33: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:
@@ -31,7 +31,7 @@ class BotServBotInfo : 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