Skip to content

Instantly share code, notes, and snippets.

@rightgo09
Forked from hamakn/gist:3775410
Created November 3, 2012 02:37
Show Gist options
  • Select an option

  • Save rightgo09/4005577 to your computer and use it in GitHub Desktop.

Select an option

Save rightgo09/4005577 to your computer and use it in GitHub Desktop.
hamakn bot
# coding: utf-8
terms = %w(
わかんない
え?
分かった
まじで?
うける!
おれのコップどこ?
おれの充電ケーブルどこ?
チケットに書いて
ぎゃぼー
ぎゃぽー
アレのアレがアレ
マージ!
あれ、jacopenは?
ちょっと水くんでくる!
)
final_term = "わかんないけどわかった!"
(3 + rand(7)).times {
print terms.sample
print "、"
}
puts final_term
@kei-yamazaki
Copy link

「あれ、jacopenは?」もよく言ってる気がするw

@rightgo09
Copy link
Author

@kei-yamazaki
Copy link

「やばい」も追加して欲しいです。

@rightgo09
Copy link
Author

追加しました。最高頻度で追加しました。

@rightgo09
Copy link
Author

意図をコメントに吹き込みました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment