mIRC Greet

By DoruMolnar on Feb 28, 2016

i made a simple script

ON 1:JOIN:#: {
  if (%bot == on) {
    var %greet $rand(1,5)
      if (%greet == 1) { msg $chan Hi $nick }
      if (%greet == 2) { msg $chan Lol its $nick }
      if (%greet == 3) { msg $chan Whatsup $nick ? }
      if (%greet == 4) { msg $chan hello $nick }
      if (%greet == 5) { msg $chan $nick }
  }
}

Comments

Sign in to comment.
dma   -  Feb 28, 2016

this is a rip you just added lol one
on *:JOIN:#: {
set %rand $r(1,6) {
if (%rand == 1) { msg $chan $nick, sup $nick }
if (%rand == 2) { msg $chan $nick, Hello $nick }
if (%rand == 3) { msg $chan $nick, Hey $nick How are you today? }
if (%rand == 4) { msg $chan $nick, OHAI $nick }
if (%rand == 5) { msg $chan $nick, Hi $nick }
if (%rand == 6) { msg $chan $nick, Lol its $nick }

}
}

DoruMolnar  -  Feb 29, 2016

is good how i make i think

DoruMolnar  -  Mar 04, 2016

ok ok

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.