diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-15 21:55:39 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-15 21:55:39 +0000 |
commit | e223e0e325581dc16ff23acedf9308252f8e2d69 (patch) | |
tree | fb8f9ee4c61141a97d8a24acbc1bcef42b048f5f /usr.bin | |
parent | ba15ea8c56fb77606492c7cbb67506dc29f8965c (diff) |
My mailbox is full of shock.
Diffstat (limited to 'usr.bin')
-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 8fd4b809b20..cdd81ea2c5d 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.134 2014/04/14 17:42:17 tedu Exp $ */ +/* $OpenBSD: theo.c,v 1.135 2014/04/15 21:55:38 tedu Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -177,6 +177,7 @@ static const char *talk[] = { "You'd be safer using Windows than the code which was just deleted.", "Shit should not be shared.", "the randomization in this entire codebase is a grand experiment in stupid", + "My mailbox is full of shock.", }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |