diff options
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 d7658ca7d7d..44ee52e0f65 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.75 2004/11/11 09:55:51 henning Exp $ */ +/* $OpenBSD: theo.c,v 1.76 2004/12/07 19:53:25 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -162,7 +162,8 @@ static const char *talk[] = { "If you want it, go do the stinking work yourself.", "A burp means less gas later", "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." + "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." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |