Skip to content

Instantly share code, notes, and snippets.

@iiiGerardoiii
Last active January 4, 2018 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iiiGerardoiii/adfef50c3c56db23bb105200ac62e860 to your computer and use it in GitHub Desktop.
Save iiiGerardoiii/adfef50c3c56db23bb105200ac62e860 to your computer and use it in GitHub Desktop.
Simple script for easy greentexting on Textual, e.g. type "/? test" to send ">test" in green. Credit goes to donics
on textualcmd(inputString, destinationChannel)
set etx to ASCII character 3
return "/smsg " & destinationChannel & " " & etx & "03" & ">" & inputString & etx
end textualcmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment