diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-11-25 00:45:01 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-11-25 00:45:01 +0000 |
commit | 99f98be8b62aa76140fd35a2fd6b8c58084bcc47 (patch) | |
tree | c4a10b9f2036ed85241ff4bb5435c7ae4f49ba49 | |
parent | 2bee3df3bdc04e92757e83bce22b48a08afb2a72 (diff) |
more fun
-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 c32732dc4fd..1f6c992bb00 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.35 2002/10/18 05:24:00 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.36 2002/11/25 00:45:00 pvalchev Exp $ */ #include "def.h" #include "kbd.h" @@ -97,7 +97,8 @@ static const char *talk[] = { "KICK ASS. TIME FOR A JASON LOVE IN! WE CAN ALL GET LOST IN HIS HAIR!", "shame on you for following my rules.", "altq's parser sucks dead whale farts through the finest chemistry pipette's", - "screw this operating system shit, i just want to drive!" + "screw this operating system shit, i just want to drive!", + "That is the most stupid thing I have heard all week." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |