aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets.py
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-22 16:02:39 +0100
committerGravatar dngfx2018-09-22 16:02:39 +0100
commit000ee147117a664a3663ebf040378eb9ff0b727e (patch)
tree4e63b2e1d4eeaa7f7617b1c10f17bcb900fa4895 /modules/tweets.py
parentDisable sed by default (diff)
signature
Make tweets say Twitter instead of tweets, and update ducks to add decoys and make minimum/unique a channel setting rather than hard setting.
Diffstat (limited to 'modules/tweets.py')
-rw-r--r--modules/tweets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tweets.py b/modules/tweets.py
index cd32939b..7b8a69fc 100644
--- a/modules/tweets.py
+++ b/modules/tweets.py
@@ -11,6 +11,7 @@ REGEX_TWITTERURL = re.compile(
"https?://(?:www\.)?twitter.com/[^/]+/status/(\d+)", re.I)
class Module(object):
+ _name = "Twitter"
def __init__(self, bot, events, exports):
self.bot = bot
self.events = events