diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-30 01:51:06 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-30 01:51:06 +0000 |
commit | 8550272d18ade60a3974a9d8329d1fa09409b9f7 (patch) | |
tree | fc54c00fbe4c8d6cc108fa12e3859a4dae2a6a0f /usr.bin/mg | |
parent | 4dcf57662cfb1383d3df99cae1e14bb016a98654 (diff) |
More log searching; mickey@ ok'ed.
Diffstat (limited to 'usr.bin/mg')
-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]); |