diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 19:57:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-25 19:57:26 +0000 |
commit | 031bc07e2a01059626c9462c93689b2060dfd780 (patch) | |
tree | 98a4584ffa41e39e7c8a11a837a03a1f5030023b /usr.bin/mg/theo.c | |
parent | acc9e3d8c85f510e56452cfd225dc3a95d5d256c (diff) |
give a little slack
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 bfe38fdc29a..758575c52a6 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -63,7 +63,8 @@ static const char *talk[] = { "slacker slacker lazy bum bum bum slacker!", "I could search... but I'm a lazy bum ;)", "sshutup sshithead, ssharpsshooting susshi sshplats ssharking assholes.", - "Lazy bums slacking on your asses." + "Lazy bums slacking on your asses.", + "Fine software takes time to prepare. Give a little slack." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |