diff options
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]); |