diff --git a/plugins/Geekquote.py b/plugins/Geekquote.py index 8794f6214..ba2b64760 100644 --- a/plugins/Geekquote.py +++ b/plugins/Geekquote.py @@ -151,7 +151,7 @@ class Geekquote(callbacks.PrivmsgCommandAndRegexp): return s def geekSnarfer(self, irc, msg, match): - r'http://(?:www\.)?(?Pbash\.org|qdb\.us)/\?(?P\d+)' + r'http://(?:www\.)?(?Pbash\.org|qdb\.us)/\??(?P\d+)' if not self.registryValue('geekSnarfer', msg.args[0]): return id = match.groupdict()['id']