Revert accidental rollback of name to username.

This commit is contained in:
Jeremy Fincher 2004-01-20 10:56:32 +00:00
parent fe23675caa
commit 894c9d687f

View File

@ -260,7 +260,7 @@ class User(callbacks.Privmsg):
else:
irc.error(conf.supybot.replies.incorrectAuthentication())
def username(self, irc, msg, args):
def name(self, irc, msg, args):
"""<hostmask|nick>
Returns the username of the user specified by <hostmask> or <nick> if