Advertisement
westor

welcome users that have not any channel prefix v2.0

Nov 15th, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.30 KB | None | 0 0
  1. ON !*:JOIN:#zu: {
  2.   .timer[GREET_ $+ $chan $+ _ $+ $nick $+ ] 1 3 welcome_user $chan $nick
  3. }
  4.  
  5. alias welcome_user {
  6.   if (!$1-) { return }
  7.   if ($me !ison $1) { return }
  8.   if ($2 !ison $1) { return }
  9.   if ($2 !isreg $1) { return }
  10.   .msg $1 [ $+ $2 $+ ]: Hello, join Zerg Unit @ www.clan-zu.com
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement