Skip to content

Instantly share code, notes, and snippets.

@sachin21
Forked from toshia/laco.rb
Created October 12, 2016 01:39
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 sachin21/d7f9ca7cad163e942127b957900f7f14 to your computer and use it in GitHub Desktop.
Save sachin21/d7f9ca7cad163e942127b957900f7f14 to your computer and use it in GitHub Desktop.
らこらこらこ〜するmikutterプラグイン
Plugin.create :laco do
command(:laco,
name: 'らこらこらこ〜w',
condition: lambda{ |opt| true },
visible: true,
role: :timeline) do |opt|
Service.primary.update(message: "らこらこらこ〜w")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment