summaryrefslogtreecommitdiff
path: root/usr.bin/mg/theo.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r--usr.bin/mg/theo.c5
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]);