Created
March 31, 2014 16:18
-
-
Save firstspring1845/9896016 to your computer and use it in GitHub Desktop.
きゃっきゃ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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