diff options
author | 2009-07-07 07:39:14 +0000 | |
---|---|---|
committer | 2009-07-07 07:39:14 +0000 | |
commit | 9283e10eb58d8714518413df302d04fb7fcafb78 (patch) | |
tree | 504fc71c3bdec7e27105a1e638bd26120f7c82c7 | |
parent | The fix for default-path (use target session options instead of global options) (diff) | |
download | wireguard-openbsd-9283e10eb58d8714518413df302d04fb7fcafb78.tar.xz wireguard-openbsd-9283e10eb58d8714518413df302d04fb7fcafb78.zip |
..couldn't resist..
-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 5e466c82bbd..f70da351127 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.109 2009/06/04 23:39:37 kjell Exp $ */ +/* $OpenBSD: theo.c,v 1.110 2009/07/07 07:39:14 jasper Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -152,7 +152,8 @@ static const char *talk[] = { "I was joking, really. I think I am funny :-)", "the kernel is a harsh mistress", "Have I ever been subtle? If my approach ever becomes subtle, shoot me.", - "the acpi stabs you in the back. the acpi stabs you in the back. you die ..." + "the acpi stabs you in the back. the acpi stabs you in the back. you die ...", + "My cats are more observant than you." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |