Guest User

Untitled

a guest
Oct 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on *:TEXT:.slap *:#: {
  2. if ($2 ison $chan) {
  3. var %rand = $rand(1,16)
  4. if (!$hget(slap,$wildsite)) {
  5. $read(userslaps.txt, %rand)
  6. .hadd -mu80 slap $str($wildsite $chr(32),2)
  7. }
  8. else { notice $nick You've only just used this script! Stop trying to spam, $nick $+ ! }
  9. }
  10. else { notice $nick $2 is not in $chan }
  11. }
  12. alias edituserslaps {
  13. echo -at >> Opening File: userslaps.txt ...
  14. write userslaps.txt
  15. run notepad.exe userslaps.txt
  16. }
Add Comment
Please, Sign In to add comment