diff --git a/wantzel.py b/wantzel.py index a02a3cb37a2530f057b0a0d85765616b383b52e9..42d7fa4d1356e939aa69223fd85fb2bd2a784aed 100644 --- a/wantzel.py +++ b/wantzel.py @@ -164,7 +164,7 @@ class Wantzel(object): print("Message received: %s %s %s" % (user, channel, msg)) # Whatever is done, get the title of an existing url in a message title = "" - if "http" in msg: + if "http" in msg and "twitter.com" not in msg: title, website = get_title(msg) # Never answer to botself if user!=config.nickname: