Advertisement
Xzempt

Untitled

Jan 14th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. ;=====================
  2. ; Simple PM Blocker
  3. ; Version 1.0
  4. ; Written by: xDaeMoN
  5. ; Email: xdaemon@xdaemon.us
  6. ; Usage: To enable/disable, right-click in any window
  7. ; and select "Enable/Disable PM Blocker".
  8. ;
  9. ;=====================
  10.  
  11. on ^*:OPEN:?:*: {
  12. if ( %pmb ) {
  13. if ( !$window(@PMBlocker) ) {
  14. window -n @PMBlocker
  15. echo @PMBlocker $str(-=-,5) PM Blocker Logs $str(-=-,5)
  16. }
  17. .msg $nick I will get back to you as soon as I can.
  18. echo -t @PMBlocker � $nick said $+(",$1-,") on $network on $fulldate
  19. halt
  20. }
  21. }
  22.  
  23. menu * {
  24. $iif(!%pmb,Enable,Disable) PM Blocker: $iif(!%pmb,inc,unset) %pmb
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement