diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/spotify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/spotify.py b/modules/spotify.py index 9fcb9f8..cb24cc6 100644 --- a/modules/spotify.py +++ b/modules/spotify.py @@ -48,7 +48,7 @@ class Module: return s def privmsg(self, nick, channel, msg): - titles = self.get_spotify_data(s) + titles = self.get_spotify_data(msg) if titles: self.irc.msg(channel if not channel == self.irc.nickname else nick.split('!')[0], titles) |