Using Admin Commands On IRC
#5

Quote:
Originally Posted by shayan122
Посмотреть сообщение
Thank You Both But Ironboy Kick,ban,Say Are in IRC filterscript!

NicoBoy , I was looking for That, Thanks

How can i Set My Bot That Give anyOne who Join Channel Voice (+V)?

And How To Add !CMDS ?
Like:
Код:
Cmds For Half OP :
!players !kick ...
pawn Код:
IRCCMD:cmds(botid, channel[], user[], host[], params[])
{
    if(!IRC_IsHalfOp(botid, channel, user))
    {
        IRC_ReplyCTCP(botid, user, "!players");
    }
    else
    {
            IRC_ReplyCTCP(botid, user, "!kick [id] [reason]");

        }
    return true;
}
Reply


Messages In This Thread
Using Admin Commands On IRC - by shayan122 - 25.06.2012, 05:26
Re: Using Admin Commands On IRC - by Ironboy - 25.06.2012, 05:39
Re: Using Admin Commands On IRC - by Niko_boy - 25.06.2012, 05:58
Re: Using Admin Commands On IRC - by shayan122 - 25.06.2012, 06:25
Re: Using Admin Commands On IRC - by Djole1337 - 25.06.2012, 08:10
Re: Using Admin Commands On IRC - by shayan122 - 25.06.2012, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)