mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2018
Posts: 2
K
Kaldrim Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Jul 2018
Posts: 2
I'm trying to figure out a way to have my bot run different scripts on different channels. I thought be creating a new script of another channel and having a command to load it would work but I seem to not be able to get it.

So what I'm basically asking is if there is a way to run two different scripts on 2 different channels on one bot at the same time.

Last edited by Kaldrim; 14/07/18 12:34 AM.
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
Code:
On *:TEXT:!cake:#cakelovers: {
  msg $chan $nick $+ , The cake is a lie!
}

On *:TEXT:!icecream:#icecreamlovers: {
  describe $chan hands $nick an icecream cone!
}


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
Joined: Jul 2018
Posts: 2
K
Kaldrim Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
K
Joined: Jul 2018
Posts: 2
lol that was a lot more simple that I was trying to make it. Thanks


Link Copied to Clipboard