Created
December 9, 2011 09:54
-
-
Save mongrelP/1450943 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 -*- | |
# say "バルス" | |
#「3分間待ってやる」の時に実行してバルスすると64秒後にバルス。 | |
# Licence:CC0 | |
Earthquake.init do | |
command :bals do | |
sleep(64) | |
:update | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment