diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-25 03:29:10 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-25 03:29:10 +0000 |
commit | 43f8c2254fddd91677b20fdf5f65c49224d3d98f (patch) | |
tree | 0fd6cf2862b82a36627e8a089bfec4610a88de03 /usr.bin | |
parent | 5d5ef948b4a4a8b173ae27a1807d543140edc64b (diff) |
yeah
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 1f6c992bb00..70e0370a41d 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.36 2002/11/25 00:45:00 pvalchev Exp $ */ +/* $OpenBSD: theo.c,v 1.37 2002/11/25 03:29:09 henning Exp $ */ #include "def.h" #include "kbd.h" @@ -98,7 +98,8 @@ static const char *talk[] = { "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!", - "That is the most stupid thing I have heard all week." + "That is the most stupid thing I have heard all week.", + "Search for fuck. Anytime you see that word, you have a paragraph to write." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |