Skip to content

Instantly share code, notes, and snippets.

@shibafu528
Forked from firstspring1845/java_beam.rb
Last active August 29, 2015 13:57
Show Gist options
  • Save shibafu528/9895744 to your computer and use it in GitHub Desktop.
Save shibafu528/9895744 to your computer and use it in GitHub Desktop.
千葉県に謝罪の意を込めて
# -*- coding: utf-8 -*-
Plugin.create :ebi_beam do
command(:ebi_beam,
name: 'エビビーム',
condition: lambda{ |opt| true},
visible: false,
role: :window) do |opt|
Service.primary.post(:message => 'エビビームビビビビビビビwwwwwwwwww')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment