diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2005-05-22 23:40:17 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2005-05-22 23:40:17 +0000 |
commit | 990912c2f5c2834b9b0693f647e9a830f17545fa (patch) | |
tree | b2675dd911e2927c986b71fa6508fa042e362f06 /usr.bin/mg | |
parent | cbf7d5dae381827254f341bf87d5ebfbf9156d2a (diff) |
at the bbq
Diffstat (limited to 'usr.bin/mg')
-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 adab022d844..38319a90a1f 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.84 2005/05/05 04:36:09 todd Exp $ */ +/* $OpenBSD: theo.c,v 1.85 2005/05/22 23:40:16 todd Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -173,7 +173,8 @@ static const char *talk[] = { "i am a packet sniffing fool, let me wipe my face with my own poo", "they are manual pages, not tea time chit-chats", "Whiners. They scale really well.", - "in your world, you would have a checklist of 50 fucking workarounds just to make a coffee." + "in your world, you would have a checklist of 50 fucking workarounds just to make a coffee.", + "for once, I have nothing to say." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |