Advertisement
TheDeviate

Hello Script

Apr 1st, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.24 KB | None | 0 0
  1.   if (%hello == true) {
  2.     return
  3.   }
  4.   elseif (($1 == Hi) || ($1 == Hello) || ($1 == Hey) || ($1 == Hola) || ($1 == Hallo)) {
  5.     msg $chan Hello, $nick $+ .
  6.     timersethello 1 2 set %hello true
  7.     timerhello 1 120 unset %hello
  8.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement