IRC Script
#1

This shit spam my IRC , and i dunno how to stop it

PHP код:
public IRC_ConnectDelay(tempid)
{
    switch (
tempid)
    {
        case 
1:
        {
            
// Connect the first bot
            
gBotID[0] = IRC_Connect(IRC_SERVERIRC_PORTBOT_1_NICKNAMEBOT_1_REALNAMEBOT_1_USERNAME);
        }
        case 
2:
        {
            new 
string[128];
            
// Connect the second bot
            
gBotID[1] = IRC_Connect(IRC_SERVERIRC_PORTBOT_2_NICKNAMEBOT_2_REALNAMEBOT_2_USERNAME);
            
IRC_GroupSay(gGroupIDIRC_CHANNEL,"5#####################################");
            
format(string,sizeof(string),"5%s (%s)",sabbv,svname);
            
IRC_GroupSay(gGroupIDIRC_CHANNEL,string);
            
format(string,sizeof(string),"5Version %s",sversion);
            
IRC_GroupSay(gGroupIDIRC_CHANNEL,string);
            
IRC_GroupSay(gGroupIDIRC_CHANNEL,"5The sexual Gamemode.");
            
IRC_GroupSay(gGroupIDIRC_CHANNEL,"5#####################################");
        }
        case 
3:
        {
            
// Connect the admin bot
            
gBotID[2] = IRC_Connect(IRC_SERVERIRC_PORTBOT_3_NICKNAMEBOT_3_REALNAMEBOT_3_USERNAME);
        }
    }
    return 
1;

Reply


Messages In This Thread
IRC Script - by nor15 - 20.03.2013, 21:49
Re: IRC Script - by Joshman543 - 20.03.2013, 21:57
Re: IRC Script - by nor15 - 20.03.2013, 22:16
Re: IRC Script - by nor15 - 21.03.2013, 14:26

Forum Jump:


Users browsing this thread: 4 Guest(s)