Skip to content

Commit

Permalink
Add some sentences for guilhem
Browse files Browse the repository at this point in the history
  • Loading branch information
Gentux committed Jun 2, 2015
1 parent a02454c commit 3c4f541
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guilhem.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ func handle_message(conn *irc.Conn, line *irc.Line) {
"On doit le réecrire en GO ça !",
"C'est moi le plus fort, je suis SURPUISSANT !",
"Je parle fort… J'ai du charisme, c'est tout !",
"Yves, Yves, YVES ! Laisse nous parler",
"Mais c'est pas du tout ça le probléme, en fait […]",
"J'ai un super nom pour le deuxiéme DC ! WATTOO WATTOO",
}
if rand.Intn(10) < 2 {
conn.Privmsg(channel_name, answers[rand.Intn(len(answers))])
Expand Down

0 comments on commit 3c4f541

Please sign in to comment.