Skip to content

Instantly share code, notes, and snippets.

@toshia
Created April 21, 2012 10:03
Show Gist options
  • Save toshia/2436299 to your computer and use it in GitHub Desktop.
Save toshia/2436299 to your computer and use it in GitHub Desktop.
Plugin.create(:mark_user) do
filter_message_font_color do |mp, color|
if("toshi_a" == mp.to_message.user[:idname])
[mp, [65535, 0, 0]] end end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment