diff options
-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 f19370f5704..4e71ded5c3a 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.56 2003/06/12 18:10:22 pvalchev Exp $ */ +/* $OpenBSD: theo.c,v 1.57 2003/07/16 08:45:19 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -140,7 +140,8 @@ static const char *talk[] = { "Vegetarian my ass", "Wait a minute, that's a McNally's!", "Your connection is breaking up.", - "germans are not allowed to get involved there" + "germans are not allowed to get involved there", + "gprs sucks camel dick dryer than the gobi desert" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |