diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-23 04:37:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-23 04:37:41 +0000 |
commit | a7cdc72248f58dbcc2436440c1b7222f30dd525c (patch) | |
tree | 8e7db0bc37847f509508a1ae65396f2f94913e3b | |
parent | 19b59d2f81af0214d454216ae12b9c8027268785 (diff) |
I could search... but I'm a lazy bum;-)
-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 fa902d37c2d..d0ae5a7b3aa 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -60,7 +60,8 @@ static const char *talk[] = { "slackass!", "lazy bum!", "Stop slacking you lazy bum!", - "slacker slacker lazy bum bum bum slacker!" + "slacker slacker lazy bum bum bum slacker!", + "I could search... but I'm a lazy bum ;)" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |