diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-11 09:55:52 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-11 09:55:52 +0000 |
commit | 3522b799e9302523e4fd7f78b69ff7c39f72ad19 (patch) | |
tree | 86d1bf8cba4d064b6f6c7eb9fadf6cc93375ec00 /usr.bin | |
parent | e0c48018805a2dd878a928b3b3ed69eb6bbbf898 (diff) |
long live button pushers (except for when theo is nearby)
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 47ca351288e..d7658ca7d7d 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.74 2004/10/01 21:01:45 miod Exp $ */ +/* $OpenBSD: theo.c,v 1.75 2004/11/11 09:55:51 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -161,7 +161,8 @@ static const char *talk[] = { "Have you been living in a cave, or are you just being a jerk?", "If you want it, go do the stinking work yourself.", "A burp means less gas later", - "optimism in man kind does not belong here" + "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." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |