When you use the trigger, it picks out a random user on the channel.
on *:text:!random:#: {
msg $chan $nick($chan,$r(1,$nick($chan,0)))
}
If you want something else, like random fag just change !random to !randomfag.
If you want a sentence after it add after ($chan,0))) Your sentence. For example with !randomfag ($chan,0))) is a fag!
The edited script:
on *:text:!randomfag:#: {
msg $chan $nick($chan,$r(1,$nick($chan,0))) is a fag!
}
Hope you like it^^