summaryrefslogtreecommitdiff
path: root/modules/spotify.py
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-06-03 17:51:34 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-06-03 17:51:34 +0200
commit7bc082bb1b3a4a11b0d664ad2d0d84721e1fa838 (patch)
treeec14ddc8f87f3c0775b470abc9140605b3dc073f /modules/spotify.py
parent757eeb6675792b5d8c8c5d40ea3f3ce9231d641f (diff)
spotify: Fixed typo.
Diffstat (limited to 'modules/spotify.py')
-rw-r--r--modules/spotify.py2
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)