diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-24 08:37:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-24 08:37:50 +0000 |
commit | 595b31cdd43f471cfa64e7f7b650d6751d4d1a52 (patch) | |
tree | 8f378ec0b1101a078b6654bda29ca11ee79a4f2a /usr.bin | |
parent | 43477ac38b4e5d9c4d76ecaef130226704e37914 (diff) |
another
Diffstat (limited to 'usr.bin')
-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 efe6f220416..b6fa9ef16ea 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.32 2002/07/25 22:37:22 mickey Exp $ */ +/* $OpenBSD: theo.c,v 1.33 2002/09/24 08:37:49 henning Exp $ */ #include "def.h" #include "kbd.h" @@ -94,7 +94,8 @@ static const char *talk[] = { "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", - "KICK ASS. TIME FOR A JASON LOVE IN! WE CAN ALL GET LOST IN HIS HAIR!" + "KICK ASS. TIME FOR A JASON LOVE IN! WE CAN ALL GET LOST IN HIS HAIR!", + "shame on you for following my rules." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |