Skip to content

Instantly share code, notes, and snippets.

@osak
Created February 25, 2014 15:49
Show Gist options
  • Save osak/9211543 to your computer and use it in GitHub Desktop.
Save osak/9211543 to your computer and use it in GitHub Desktop.
Plugin.create(:sakuratrick) do
command(
:sakuratrick,
name: '桜Trick',
condition: lambda{|_| true},
visible: true,
role: :timeline
) do
Service.primary.post(:message => "桜Trick(#{Time.now.strftime("%H:%M")})")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment