Little help.
#1

I have a IRC filterscript (runing fit & fat), but i wanted a command inside the script like they will send a command on join.

Like: once they join the channel, BOT1 will send cmd: "/ns identify <BOT1pass"
BOT2 will send cmd: "/ns identify <BOT2pass"

Thanks in advance.
Reply
#2

I never worked with IRC scripts, if they have callbacks when someone joins a channel try doing this

Код:
// On connect callback
{
       cmd_ns(bot1, "identify <BOT1pass");
}
Reply
#3

Well, i want that each bots sends the cmd: ns identify bot1pass and ns identify bot2pass.

Dont ask reasons.
Reply
#4

anyone?
Reply
#5

secondary bump_!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)