Skip to content

Instantly share code, notes, and snippets.

@sikachu
Last active August 29, 2015 14:13
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 sikachu/e1d96399ffbb7f872d32 to your computer and use it in GitHub Desktop.
Save sikachu/e1d96399ffbb7f872d32 to your computer and use it in GitHub Desktop.
Green quoting for Colloquy
using terms from application "Colloquy"
on process outgoing chat message m
set messageBody to body of m as string
if messageBody starts with ">" then
set HTML of m to "<font color=\"green\">" & messageBody & "</font>"
end if
end process outgoing chat message
end using terms from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment