mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2016
Posts: 8
G
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jun 2016
Posts: 8
Any help with a script to pull ALL the hosts of streams?? I say streams because it's connected to more than one stream

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
The hosts are the channel owners?

Code:
var %i = $chan(0)
while (%i) {
  var %host = $mid($chan(%i),2-)
  dec %i
}

Joined: Jun 2016
Posts: 8
G
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jun 2016
Posts: 8
Like !hosts and in the different streams it'll say something like "There are currently (x) amount of people hosting the stream like: (name), (name), etc...

I don't know if what you put meant what this is^ lol


Link Copied to Clipboard