Skip to content

Instantly share code, notes, and snippets.

@toshia
Created January 27, 2013 11:13
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save toshia/4647891 to your computer and use it in GitHub Desktop.
Save toshia/4647891 to your computer and use it in GitHub Desktop.
らこらこらこ〜するmikutterプラグイン
Plugin.create :laco do
command(:laco,
name: 'らこらこらこ〜',
condition: lambda{ |opt| true },
visible: true,
role: :timeline) do |opt|
Service.primary.update(message: "らこらこらこ〜")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment