Created
January 5, 2011 11:25
-
-
Save chapel/766199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on linkinuscmd(userName) | |
set vals to "This is a spam script output | |
" | |
repeat with i from 1 to 15 | |
set vals to vals & "/slap " & userName & " | |
" | |
end repeat | |
return vals | |
end linkinuscmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment