Skip to content

Instantly share code, notes, and snippets.

@firstspring1845
Created March 31, 2014 16:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save firstspring1845/9896016 to your computer and use it in GitHub Desktop.
Save firstspring1845/9896016 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