10 lines
193 B
Ruby
10 lines
193 B
Ruby
|
class Thegamer
|
||
|
include Cinch::Plugin
|
||
|
|
||
|
match /thegamer/
|
||
|
|
||
|
def execute(m)
|
||
|
m.reply ["ahahahahahaha", "sistemistahahahahah", "Al centro della mia vita metto la coerenza"].sample
|
||
|
end
|
||
|
end
|