From 8acbd4eb780f1285030002f921a0287df4352721 Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Tue, 17 Apr 2018 23:17:32 -0400 Subject: [PATCH] Added pron alias for porn. --- pocketbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocketbot.py b/pocketbot.py index b6d9154..7416496 100644 --- a/pocketbot.py +++ b/pocketbot.py @@ -204,7 +204,7 @@ def on_message(message): yield from client.send_message(message.channel, random.choice(earthpornr).url) #Link some porn! (actually SFW) - elif message.content.lower().startswith('!porn'): + elif message.content.lower().startswith('!porn') or message.content.lower().startswith('!pron'): earthporn = reddit.subreddit('earthporn').hot(limit=10) serverporn = reddit.subreddit('ServerPorn').hot(limit=10) cableporn = reddit.subreddit('cableporn').hot(limit=10)