Skip to content

Instantly share code, notes, and snippets.

@tobynet
Forked from firstspring1845/miku_beam.rb
Created May 4, 2014 08:13
Show Gist options
  • Save tobynet/f6eaf8bd8b9af646cf99 to your computer and use it in GitHub Desktop.
Save tobynet/f6eaf8bd8b9af646cf99 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
Plugin.create :miku_beam do
command(:miku_beam,
name: 'みくビーム',
condition: lambda{ |opt| true},
visible: false,
role: :window) do |opt|
Service.primary.post(:message => 'みくビーム!みくみくみくみくwwwwwwww')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment