diff options
author | 2014-04-15 21:55:38 +0000 | |
---|---|---|
committer | 2014-04-15 21:55:38 +0000 | |
commit | 6da5c1f51d63f09306f678ec3b0f40f8a130d3de (patch) | |
tree | ecb029f50f00deb206dc0d2666701ea4ae38d3c1 | |
parent | remove ssl2 support even more completely. (diff) | |
download | wireguard-openbsd-6da5c1f51d63f09306f678ec3b0f40f8a130d3de.tar.xz wireguard-openbsd-6da5c1f51d63f09306f678ec3b0f40f8a130d3de.zip |
My mailbox is full of shock.
-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]); |