diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2005-01-15 08:23:51 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2005-01-15 08:23:51 +0000 |
commit | 126fa55724c3f9752c0a81bed9525ce32db3c65d (patch) | |
tree | f78296722379f2a85ee6023b1a0538bcfd62e580 | |
parent | 98f57d52fc5e80d9d61dcd914c7cc0ed03b44b85 (diff) |
hatrick
-rw-r--r-- | usr.bin/mg/theo.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 49fe5e7a9d7..8f2c7887773 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.77 2005/01/14 04:03:45 marco Exp $ */ +/* $OpenBSD: theo.c,v 1.78 2005/01/15 08:23:50 jolan Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -164,7 +164,10 @@ static const char *talk[] = { "optimism in man kind does not belong here", "First user who tries to push this button, he pounds into the ground with a rant of death.", "we did farts. now we do sperm. we are cutting edge.", - "the default configuration is a mixture of piss, puke, shit, and bloody entrails." + "the default configuration is a mixture of piss, puke, shit, and bloody entrails.", + "Stop wasting your time reading people's licenses.", + "doing it with environment variables is OH SO SYSTEM FIVE LIKE OH MY GOD PASS ME THE SPOON", + "Linux is fucking POO, not just bad, bad REALLY REALLY BAD" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |