i needs help with irc stuff
#2

erm try this
PHP код:
public IRC_OnConnect(botidip[], port)
{
    if(
botid == gIRCBots[0])//bot 1
    
{
        
IRC_JoinChannel(botidIRC_CHANNEL);
           
IRC_AddToGroup(gIRCGroups[0], botid);
    }
    else if(
botid == gIRCBots[1])//admin bot
    
{
        
IRC_JoinChannel(botidIRC_ADMIN_CHANNEL);
        
IRC_AddToGroup(gIRCGroups[1], botid);
    }
    else if(
botid == gIRCBots[2])//vip bot
    
{
        
IRC_JoinChannel(botidIRC_VIP_CHANNEL);
        
IRC_AddToGroup(gIRCGroups[2], botid);
    }

Reply


Messages In This Thread
i needs help with irc stuff - by sam1929 - 20.04.2016, 20:22
Re: i needs help with irc stuff - by xTURBOx - 21.04.2016, 09:22
Re: i needs help with irc stuff - by sam1929 - 21.04.2016, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)