dma commented on a Page, R.I.P  -  Sep 14, 2015

how do you make this random? Like 5 different msgs ?

dma  -  Sep 15, 2015

I tried this but it don't work

on *:quit:#: {
%rand $r(1,5) {
if (%rand == 1) { msg $chan $nick, see ya later $nick }
if (%rand == 2) { msg $chan $nick, good bye $nick }
if (%rand == 3) { msg $chan $nick, Wait Come Back $nick I not done talking to you }
if (%rand == 4) { msg $chan $nick, come back soon $nick ? }
if (%rand == 5) { msg $chan $nick, cya $nick }
}
}

rebel9  -  Sep 16, 2015
on *:QUIT:#: {
  /set %lel $rand(1,3)
  if (%lel == 1) msg $chan Very dank quit msg.
  if (%lel == 2) msg $chan Super dank quit msg.
  if (%lel == 3) msg $chan Dankest quit msg.
}
dma  -  Sep 17, 2015

this works ?

dma  -  Sep 17, 2015

dont work

rebel9  -  Sep 20, 2015

change first line to On $*:QUIT: {

You may also want to set a variable for $chan

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.