From 7bc082bb1b3a4a11b0d664ad2d0d84721e1fa838 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 3 Jun 2010 17:51:34 +0200 Subject: spotify: Fixed typo. --- modules/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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) -- cgit v1.2.3