IRC Admin Chat
#1

Hello.

I've a problem with the IRC Admin Chat.

I want to show the admin chat on the IRC Channel. This is the code:

pawn Код:
forward SendClientMessageToHops(botid, channel[], user[], host[], params[],string[]);

public SendClientMessageToHops(botid, channel[], user[], host[], params[],string[])
{
    {
        {
            if (IRC_IsHalfop(botid, channel, user))
            {
                IRC_GroupSay(gGroupID, channel, string);
            }
        }
    }
    return 1;
}


SendClientMessageToHops(gGroupID, msg);
No errors, but it doesn't show the Admin Chat on IRC.

Anybody can help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)