Created
February 13, 2016 09:55
-
-
Save penguin2716/f3644731851a2404ff8c to your computer and use it in GitHub Desktop.
マスカレード・カレー・ウキウキ
This file contains hidden or 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 :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