Advertisement
Guest User

Untitled

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