Help on bot interpreting commands Kevin Sunday, January 9, 2000

2 questions:

1st, when i'm in the channel, and I whisper my bot to make it do commands, they work fine, but when I'm out of my bots channel, it wont do any of the commands issued to it. Why is this

2nd, is there a way to do a loop so if i said;

/w mybot multimessage nickname 5

it would execute the script multimessage that would send 5 messages to "nickname"

thanks

 
Re: Help on bot interpreting commands SubSpace Monday, January 10, 2000

Hi,

> 1st, when i'm in the channel, and I whisper my bot to make it do commands,
> they work fine, but when I'm out of my bots channel, it wont do any of the
> commands issued to it. Why is this

This is because of security reasons. You can't be sure a user outside the channel is indeed the person who (s)he claims to be. Thus all commands except !unban are ignored.

> 2nd, is there a way to do a loop so if i said;
> it would execute the script multimessage that would send 5 messages to
> "nickname"

In the current version you can't.

SubSpace

> thanks