mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
name() is defined in IrcCallback, parent Class of plugins. Can't be used.
This commit is contained in:
parent
3936afc419
commit
7837ee2824
@ -260,7 +260,7 @@ class User(callbacks.Privmsg):
|
|||||||
else:
|
else:
|
||||||
irc.error(conf.supybot.replies.incorrectAuthentication())
|
irc.error(conf.supybot.replies.incorrectAuthentication())
|
||||||
|
|
||||||
def name(self, irc, msg, args):
|
def username(self, irc, msg, args):
|
||||||
"""<hostmask|nick>
|
"""<hostmask|nick>
|
||||||
|
|
||||||
Returns the username of the user specified by <hostmask> or <nick> if
|
Returns the username of the user specified by <hostmask> or <nick> if
|
||||||
|
Loading…
Reference in New Issue
Block a user