diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-05-11 09:19:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-05-11 09:19:25 +0000 |
commit | 533f07d1401f3e47ecc8091a24502a1d80d89af4 (patch) | |
tree | 7d6c1e9ec8cf82880dc48fc7945df745017500d0 /usr.bin/mg/theo.c | |
parent | 778bc29bc4ea562125813d079f212cbc117e1e23 (diff) |
More.
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 7d257eea0ee..1d1dedc8a22 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.49 2003/04/18 03:19:02 mickey Exp $ */ +/* $OpenBSD: theo.c,v 1.50 2003/05/11 09:19:24 drahn Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -132,8 +132,10 @@ static const char *talk[] = { "who cares. style(9) can bite my ass", "The argument is totally Linux.", "It'd be one fucking happy planet if it wasn't for what's under this fucking sticker.", - "noone is gonna add that thing to theo.c? wow, i'm stunned. no henning?" - + "noone is gonna add that thing to theo.c? wow, i'm stunned. no henning?", + "I would explain, but I am too drunk.", + "Take a picture of my butt, it's what everyone wants.", + "You guys are about four days behind on theo.c" }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |