diff --git a/plugin.py b/plugin.py index 11825b2..644b1e0 100644 --- a/plugin.py +++ b/plugin.py @@ -62,7 +62,7 @@ class Pastebin2cpaste(callbacks.Plugin): 'url': 'https://hastebin.com/raw/%s' }, 'www.irccloud.com': { - 'regex': re.compile(r'/pastebin(?:/raw)/([0-9a-zA-Z]+)(?:/.*)?$'), + 'regex': re.compile(r'/pastebin(?:/raw)/([0-9a-zA-Z]+)(?:/.*)?[.:?!,]*$'), 'url': 'https://www.irccloud.com/pastebin/raw/%s' } }