diff --git a/plugin.py b/plugin.py index 3aa38b4..8df1d68 100644 --- a/plugin.py +++ b/plugin.py @@ -595,7 +595,7 @@ class TriviaTime(callbacks.Plugin): irc.error("You cannot give less than 1 point.") return - username = self.getUsername(msg.nick, msg.prefix) + username = self.getUsername(username, username) day=None month=None year=None