diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2001-06-30 01:23:31 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2001-06-30 01:23:31 +0000 |
commit | 10385f49f4eb4f3ec98427f6711439b2f6319518 (patch) | |
tree | ecaf628e6307bf9dbc78cdeb854cbe48221dffc9 /usr.bin | |
parent | c876498728fb669fb5399bda4a425c74ed1692a6 (diff) |
ok mickey@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index ae5c3cf9cab..d7022710ff1 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -66,7 +66,9 @@ static const char *talk[] = { "Lazy bums slacking on your asses.", "35 commits an hour? That's pathetic!", "Fine software takes time to prepare. Give a little slack.", - "I need a vax!" + "I need a vax!", + "Now you don't love me anymore", + "I'll let you know when I need to floss my teeth" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |