diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2014-03-28 16:47:07 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2014-03-28 16:47:07 +0000 |
commit | 5f53fe91d0fb705a04a73c507e8fd68083cf7d29 (patch) | |
tree | ef86c868121a48dde8c22905f7dd332ee4f792b0 /usr.bin/mg/theo.c | |
parent | 1dca5972d7b75f80621659fb3c3cc9f83cf20a3a (diff) |
let's talk about shit
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index f073be53fb7..aa4025b3aa0 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.132 2014/03/22 02:42:34 tedu Exp $ */ +/* $OpenBSD: theo.c,v 1.133 2014/03/28 16:47:06 henning Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -175,6 +175,7 @@ static const char *talk[] = { "Don't tell anybody I said that.", "Complaint forms are handled in another department.", "You'd be safer using Windows than the code which was just deleted.", + "Shit should not be shared." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |