mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Changed command names to be more generic.
This commit is contained in:
parent
0f30bbc359
commit
907979b284
@ -248,7 +248,7 @@ buildings = {
|
|||||||
|
|
||||||
class OSU(callbacks.Privmsg):
|
class OSU(callbacks.Privmsg):
|
||||||
threaded = True
|
threaded = True
|
||||||
def osuemail(self, irc, msg, args):
|
def email(self, irc, msg, args):
|
||||||
"""<first name> <middle initial> <last name>
|
"""<first name> <middle initial> <last name>
|
||||||
|
|
||||||
Returns possible email address matches for the given name.
|
Returns possible email address matches for the given name.
|
||||||
@ -272,7 +272,7 @@ class OSU(callbacks.Privmsg):
|
|||||||
except Exception, e:
|
except Exception, e:
|
||||||
irc.error(msg, debug.exnToString(e))
|
irc.error(msg, debug.exnToString(e))
|
||||||
|
|
||||||
def osubuilding(self, irc, msg, args):
|
def building(self, irc, msg, args):
|
||||||
"""<building abbreviation>
|
"""<building abbreviation>
|
||||||
|
|
||||||
Returns the address and full name of an OSU building based on its
|
Returns the address and full name of an OSU building based on its
|
||||||
|
Loading…
Reference in New Issue
Block a user