diff --git a/plugins/UrbanDict.py b/plugins/UrbanDict.py index b96a57f4b..0781bc727 100644 --- a/plugins/UrbanDict.py +++ b/plugins/UrbanDict.py @@ -67,8 +67,9 @@ class UrbanDict(callbacks.Privmsg): irc.error(str(e)) _wordRE = re.compile(r'UrbanDictionary.com/(?P<word>.*?)') - _defUsageRE = re.compile(r'

(?P.*?)

' - r'

(?P.*?)

', + _defUsageRE = re.compile(r'

(?P.*?)

' + r'(?P.*?)

.*?
', re.MULTILINE | re.DOTALL) def urbandict(self, irc, msg, args): """[]