diff options
-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 cf3a4e1db8d..558da2aa866 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.91 2005/10/14 19:46:46 kjell Exp $ */ +/* $OpenBSD: theo.c,v 1.92 2005/11/16 03:44:14 cloder Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -177,7 +177,8 @@ static const char *talk[] = { "You have no idea how fucked we are", "You can call it fart if you want to.", "wavelan is a battle field", - "If you don't know what you are talking about, why are you talking?" + "If you don't know what you are talking about, why are you talking?", + "You are in a maze of gpio pins, all alike, all undocumented, and a few are wired to bombs." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |