summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0778300eb95..efe6f220416 100644
--- a/usr.bin/mg/theo.c
+++ b/usr.bin/mg/theo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: theo.c,v 1.31 2002/07/25 16:02:15 henning Exp $ */
+/* $OpenBSD: theo.c,v 1.32 2002/07/25 22:37:22 mickey Exp $ */
#include "def.h"
#include "kbd.h"
@@ -93,7 +93,8 @@ static const char *talk[] = {
"No sane people allowed here. Go home.",
"you have to stop peeing on your breakfast",
"feature requests come from idiots",
- "henning and darren / sitting in a tree / t o k i n g / a joint or three"
+ "henning and darren / sitting in a tree / t o k i n g / a joint or three",
+ "KICK ASS. TIME FOR A JASON LOVE IN! WE CAN ALL GET LOST IN HIS HAIR!"
};
static const int ntalk = sizeof(talk)/sizeof(talk[0]);