diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-30 01:31:57 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-30 01:31:57 +0000 |
commit | 4dcf57662cfb1383d3df99cae1e14bb016a98654 (patch) | |
tree | ad3a8057fc5416d1f205b0cfdd9afaff6d298b9e /usr.bin/mg | |
parent | 10385f49f4eb4f3ec98427f6711439b2f6319518 (diff) |
more from icb.log; mickey@ ok.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index d7022710ff1..1ea6ff2a926 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -68,7 +68,8 @@ static const char *talk[] = { "Fine software takes time to prepare. Give a little slack.", "I need a vax!", "Now you don't love me anymore", - "I'll let you know when I need to floss my teeth" + "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" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |