diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2004-04-04 22:18:17 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2004-04-04 22:18:17 +0000 |
commit | 4ec6d48377fe0f224379d6a33a435d7a8834ac02 (patch) | |
tree | 93973c1db5dfe272f8de9c541a50a08ae9d4c510 /usr.bin/mg/theo.c | |
parent | 92178d00873a3b5c509568cd8bf68c1f10accac3 (diff) |
Can't resist.
<deraadt> don't they recognize their moral responsibility to entertain me?
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 e36b3051bad..0a1ec99b05b 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.60 2004/02/27 23:20:52 mickey Exp $ */ +/* $OpenBSD: theo.c,v 1.61 2004/04/04 22:18:16 beck Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -144,6 +144,7 @@ static const char *talk[] = { "germans are not allowed to get involved there", "gprs sucks camel dick dryer than the gobi desert", "I AM NEVER SATISFIED" + "don't they recognize their moral responsibility to entertain me?" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |