HarryGSn

mSL DA Spam

Sep 10th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. on *:JOIN:#:{
  2. if ($nick != $me) {
  3. if (%onlist. [ $+ [ $nick ] ] != 1 ) {
  4. set %onlist. [ $+ [ $nick ] ] 1
  5. .msg $nick Hello $Nick $+ $chr(44)
  6. .msg $nick 7Register for DotA 2 Tournament on
  7. .msg $nick http://www.mymgn.com/board/showthread.php?t=157147
  8. .msg $nick 7miRC MyMGN DotA 2 Channel : #MyMGN.DotA2
  9. .timer 1 10 set %onlist. [ $+ [ $nick ] ] 0
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment