diff options
Diffstat (limited to 'usr.bin/mg')
-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 4998c23c661..f4db527d67e 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -59,7 +59,8 @@ static char *talk[] = { "idler!", "slackass!", "lazy bum!", - "Stop slacking your lazy bum!", + "Stop slacking you lazy bum!", + "slacker slacker lazy bum bum bum slacker!" }; static int ntalk = sizeof(talk)/sizeof(talk[0]); @@ -82,4 +83,4 @@ theo_analyze(int f, int n) newline(FFRAND, 2); return TRUE; -}
\ No newline at end of file +} |