IRC random user script?

Consigliere
Joined
12 Jun 2004
Posts
151,024
Location
SW17
Code:
[script]
n0=On *:ACTION:*slap*:#: if ($me isin $1-) { describe $chan launches metric at $nick

Currently have that, with this effect:

Code:
[15:06] * Lilith slaps SideWinder around a bit with a large trout
[15:06] * SideWinder launches metric at Lilith

What i would like to do is have the script change everytime, randomly. For instance metric is the name of a person in a channel i go into, i want to have it so each time someone slaps me, a different person is 'launched' at the person who slapped me. So basically, the script picking a random user in the channel.

Possible?
 
Back
Top Bottom