diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-23 04:29:24 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-23 04:29:24 +0000 |
commit | 7d60ccafe7ea9e51a95b9daef37390ea45c4e263 (patch) | |
tree | e524e8e20bf4e4cd77c6cd70725c8ec6e666bf75 /usr.bin/mg/theo.c | |
parent | 84ea7eb0d31e0ada7c9888604444c867f2a50835 (diff) |
slacker slacker lazy bum bum bum slacker!
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 +} |