diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-03 00:41:27 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-01-03 00:41:27 +0000 |
commit | e67b74b7e239c83d3f68ea7be608b159dad37f65 (patch) | |
tree | 450262c046180761f7c92510c56ff4286b3ff3be /usr.bin/mg | |
parent | 255a440c76d088cc1bdc4fcc7a3be93a52b958e6 (diff) |
as if we didn't know...
Diffstat (limited to 'usr.bin/mg')
-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]); |