From 7837ee2824b728f301686e9ac31b124bcd5399a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Tue, 20 Jan 2004 13:37:56 +0000 Subject: [PATCH] name() is defined in IrcCallback, parent Class of plugins. Can't be used. --- src/User.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User.py b/src/User.py index 30859119d..5f1bab3dd 100755 --- a/src/User.py +++ b/src/User.py @@ -260,7 +260,7 @@ class User(callbacks.Privmsg): else: irc.error(conf.supybot.replies.incorrectAuthentication()) - def name(self, irc, msg, args): + def username(self, irc, msg, args): """ Returns the username of the user specified by or if