IRC problem
#3

Quote:

IRCCMDay(botid, channel[], user[], host[], params[])
{
// Check if the user has at least voice in the channel
if (IRC_IsVoice(botid, channel, user))
{
// Check if the user entered any text
if (!isnull(params))
{
new msg[128];
// Echo the formatted message
format(msg, sizeof(msg), "02*** %s on IRC: %s", user, params);
IRC_GroupSay(gGroupID, channel, msg);
format(msg, sizeof(msg), "*** %s on IRC: %s", user, params);
SendClientMessageToAll(0x0000FFFF, msg);
}
}
return 1;
}

This example cmd wont work
Reply


Messages In This Thread
IRC problem - by [WoF]Sonny - 14.09.2011, 13:09
Re: IRC problem - by Kingunit - 14.09.2011, 13:28
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 13:35
Re: IRC problem - by Kingunit - 14.09.2011, 13:46
Re: IRC problem - by Baboon - 14.09.2011, 14:00
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 14:13
Re: IRC problem - by Kingunit - 14.09.2011, 14:19
Re: IRC problem - by [WoF]Sonny - 14.09.2011, 14:26

Forum Jump:


Users browsing this thread: 2 Guest(s)