diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-23 22:11:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-23 22:11:26 +0000 |
commit | 68c59175eaa74240322db7faef879329594fa38c (patch) | |
tree | 6d2ab2edef8c5868037f88d0f0011bbb4c24be1b /usr.bin/mg/theo.c | |
parent | 39d63ae89da5fb1039111246dd300908bf89761f (diff) |
Glancing over my fortunes file, I had to add this quote.
Diffstat (limited to 'usr.bin/mg/theo.c')
-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 d0ae5a7b3aa..2db10259b78 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -61,7 +61,8 @@ static const char *talk[] = { "lazy bum!", "Stop slacking you lazy bum!", "slacker slacker lazy bum bum bum slacker!", - "I could search... but I'm a lazy bum ;)" + "I could search... but I'm a lazy bum ;)", + "sshutup sshithead, ssharpsshooting susshi sshplats ssharking assholes." }; static const int ntalk = sizeof(talk)/sizeof(talk[0]); |