diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-08 09:14:06 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2002-06-08 09:14:06 +0000 |
commit | 5a29a6ee5a05d9701e6985ef51b417bfe76050d2 (patch) | |
tree | 3c0088fcb93eec66e6576686a46b2d5efa229c39 /usr.bin | |
parent | 056f4b73377d03d09cb20c5e4a09049ff005aeab (diff) |
Free commits from theo's drunken state.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/theo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 1ca758c28a0..88c2858a818 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.22 2002/06/08 09:10:06 beck Exp $ */ +/* $OpenBSD: theo.c,v 1.23 2002/06/08 09:14:05 kjell Exp $ */ #include "def.h" #include "kbd.h" @@ -83,7 +83,8 @@ static const char *talk[] = { "Make them want to start over, and play nice the next time.", "It is clear that this has not been thought through.", "if you do not test that, you are banned from editing theo.c", - "That's the most ridiculous thing I've heard in the last two or three minutes!" + "That's the most ridiculous thing I've heard in the last two or three minutes!", + "I'm not just doing this for crowd response. I need to be right." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |