Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Created February 13, 2016 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penguin2716/f3644731851a2404ff8c to your computer and use it in GitHub Desktop.
Save penguin2716/f3644731851a2404ff8c to your computer and use it in GitHub Desktop.
マスカレード・カレー・ウキウキ
# coding: utf-8
Plugin.create :masquerade_curry_ukiuki do
Thread.new {
loop do
Plugin.call(:update, nil, [Message.new(:message => "マスカレード・カレー・ウキウキ", :system => true)])
sleep 120
end
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment