Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Created October 21, 2011 23:22
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/1305251 to your computer and use it in GitHub Desktop.
Save penguin2716/1305251 to your computer and use it in GitHub Desktop.
mikutterでのf2t支援スクリプト
# プラグインではありません.
# みんなで時刻を合わせてM-xして貼り付けましょう!
Thread.new{
start = Time.local(2011,12,3,9,39,39)
sleep(0.5) while start - Time.new > 0
Thread.new{
7.times{
20.times{|x|
Thread.new{
Post.services.first.post :message => "@toshi_a ★#{" "*x}"
}
}
sleep(2.0)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment