diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-06-08 09:10:07 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-06-08 09:10:07 +0000 |
commit | 056f4b73377d03d09cb20c5e4a09049ff005aeab (patch) | |
tree | d1edce9c9cc79f1ef42e5884f4e99b9ae7937e14 | |
parent | 94d1681e1d4c04e4f4384d9e36f0ae6e74560409 (diff) |
It had to go in.
-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 4c7be229a32..1ca758c28a0 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.21 2002/04/01 00:34:07 miod Exp $ */ +/* $OpenBSD: theo.c,v 1.22 2002/06/08 09:10:06 beck Exp $ */ #include "def.h" #include "kbd.h" @@ -82,7 +82,8 @@ static const char *talk[] = { "if they cut you out, muddy their back yards", "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" + "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!" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |