Skip to content

Instantly share code, notes, and snippets.

@toshia
Created February 4, 2013 13:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshia/4706764 to your computer and use it in GitHub Desktop.
Save toshia/4706764 to your computer and use it in GitHub Desktop.
時事ネタは時間の無駄である
Plugin.create :spellchecker do
filter_gui_timeline_selected_messages do |timeline, messages|
messages.each { |message|
raise RuntimeError if /[Ff]ile:\/\/\// =~ message.to_s
}
[timeline, messages]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment