diff --git a/bot.py b/bot.py index ef9ec03..30ff2dc 100644 --- a/bot.py +++ b/bot.py @@ -126,6 +126,11 @@ def cmd_ohai(match: Match[str]) -> Response: return MessageResponse(match, 'ohai, {user}!') +@handle_message('!lurk') +def cmd_lurk(match: Match[str]) -> Response: + return MessageResponse(match, 'thanks for lurking, {user}!') + + @handle_message('!discord') def cmd_discord(match: Match[str]) -> Response: return MessageResponse(