mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Changed main command from 'ud' to 'urbandict'
This commit is contained in:
parent
9ff5f051bf
commit
1aab33c546
@ -72,7 +72,7 @@ class UrbanDict(callbacks.Privmsg):
|
||||
_defUsageRE = re.compile(r'<blockquote><p>(?P<definition>.*?)</p>'
|
||||
r'<p><i>(?P<usage>.*?)</i></p>',
|
||||
re.MULTILINE | re.DOTALL)
|
||||
def ud(self, irc, msg, args):
|
||||
def urbandict(self, irc, msg, args):
|
||||
"""[<phrase>]
|
||||
|
||||
Returns the definition and usage of a random word from
|
||||
|
Loading…
Reference in New Issue
Block a user