diff options
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 1ea6ff2a926..abb5d3264de 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -69,7 +69,12 @@ static const char *talk[] = { "I need a vax!", "Now you don't love me anymore", "I'll let you know when I need to floss my teeth", - "If you can't figure out yourself, you're lacking some mental faculties" + "If you can't figure out yourself, you're lacking some mental faculties", + "I am just stating a fact", + "blah blah", + "i'd love to hack, but i can't", + "Wait, yes, I am on drugs", + "during release it is a constant. almost noone helps." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |