diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-25 22:37:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-25 22:37:23 +0000 |
commit | 2aa603263e6066ec4521ba3b50b3441404e4c8e9 (patch) | |
tree | bbbf9174887c06aa69c70c166793dc807cd918c9 | |
parent | 310148eb6ed0922173aa7f1a4014b66f2682d07b (diff) |
love, jason
-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 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]); |