diff options
author | 2002-10-10 09:54:14 +0000 | |
---|---|---|
committer | 2002-10-10 09:54:14 +0000 | |
commit | f26cfaca63e64c65abaaf74f3d5995bf04ecd181 (patch) | |
tree | 699b3f04d0c7aa7872e5c9227fa26f24e8164a73 | |
parent | sync (diff) | |
download | wireguard-openbsd-f26cfaca63e64c65abaaf74f3d5995bf04ecd181.tar.xz wireguard-openbsd-f26cfaca63e64c65abaaf74f3d5995bf04ecd181.zip |
another
-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 b6fa9ef16ea..1c42986d28d 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.33 2002/09/24 08:37:49 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.34 2002/10/10 09:54:14 henning Exp $ */ #include "def.h" #include "kbd.h" @@ -95,7 +95,8 @@ static const char *talk[] = { "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!", - "shame on you for following my rules." + "shame on you for following my rules.", + "altq's parser sucks dead whale farts through the finest chemistry pipette's" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |