Skip to content

Instantly share code, notes, and snippets.

@chapel
Created January 5, 2011 11:25
Show Gist options
  • Save chapel/766199 to your computer and use it in GitHub Desktop.
Save chapel/766199 to your computer and use it in GitHub Desktop.
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