Advertisement
Guest User

additional code

a guest
May 27th, 2015
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.65 KB | None | 0 0
  1. on *:text:*:#termina_: {
  2.   if $($+(%,greeted.,$nick),2) { return }
  3.   var %meh hi hello hiya
  4.   if ($istok(%meh,$1,32)) {
  5.     if ($followcheck($chan,$nick)) {
  6.       var %randhi = %rand(1,4)
  7.       if (%randhi == 1) msg $chan Hello $nick $+ ! Welcome to the stream! Please stay and have a good time. <3
  8.       if (%randhi == 2) msg $chan Hi $nick $+! Welcome to the stream! <3
  9.       if (%randhi == 3) msg $chan Hiya $nick $+! Welcome to the stream! <3
  10.     if (%randhi == 4) msg $chan Hello $nick $+! Welcome to the stream! <3 }
  11.     else { msg $chan Hello $nick $+ ! Welcome to the stream! Please consider following. }
  12.     set -u14400 %greeted. $+ $nick 1
  13.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement