diff options
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 848a29e77e0..1549e030d80 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.58 2003/08/16 00:24:51 deraadt Exp $ */ +/* $OpenBSD: theo.c,v 1.59 2004/01/03 00:41:26 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -141,7 +141,8 @@ static const char *talk[] = { "Wait a minute, that's a McNally's!", "Your connection is breaking up.", "germans are not allowed to get involved there", - "gprs sucks camel dick dryer than the gobi desert" + "gprs sucks camel dick dryer than the gobi desert", + "I AM NEVER SATISFIED" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |