01.04.2011, 16:25
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:
No errors, but it doesn't show the Admin Chat on IRC.
Anybody can help?
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);
Anybody can help?