diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2006-03-10 11:01:35 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2006-03-10 11:01:35 +0000 |
commit | d4f8111ef84663610f451f31d4d87b0d1656c7a1 (patch) | |
tree | 0587588cf21a51a365974e5808e99a037be0749f /usr.bin | |
parent | 690c061d00d50cbdf776fe95e1e212ed2aae8abe (diff) |
i am going to be hated for including this one
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 2ee732d9c6d..29aa7128c6d 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.97 2005/11/18 20:56:53 deraadt Exp $ */ +/* $OpenBSD: theo.c,v 1.98 2006/03/10 11:01:34 djm Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -146,7 +146,8 @@ static const char *talk[] = { "You have no idea how fucked we are", "You can call it fart if you want to.", "wavelan is a battle field", - "You are in a maze of gpio pins, all alike, all undocumented, and a few are wired to bombs." + "You are in a maze of gpio pins, all alike, all undocumented, and a few are wired to bombs.", + "And that is why humppa sucks... cause it has no cause." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |