diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-26 12:59:17 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-26 12:59:17 +0000 |
commit | 39609c0a00b7d70995bdfc70fe4d5aabe68ea03a (patch) | |
tree | 46ff8a35dda1d4430c22801e043aec8d2ef237d0 /usr.bin/mg/theo.c | |
parent | 20e2b03569f2e2da98266a76f09b9d23b35f7dd4 (diff) |
of course my 1000th commit has to go to theo.c and must be about germans ;-)
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 78a8bf27095..0ea4f15bc15 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.54 2003/05/18 02:35:47 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.55 2003/05/26 12:59:16 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -139,7 +139,8 @@ static const char *talk[] = { "I'm just talking.", "Vegetarian my ass", "Wait a minute, that's a McNallys!", - "Your connection is breaking up." + "Your connection is breaking up.", + "germans are not allowed to get involved there" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |