diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-03 17:51:34 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-03 17:51:34 +0200 |
commit | 7bc082bb1b3a4a11b0d664ad2d0d84721e1fa838 (patch) | |
tree | ec14ddc8f87f3c0775b470abc9140605b3dc073f /modules | |
parent | 757eeb6675792b5d8c8c5d40ea3f3ce9231d641f (diff) |
spotify: Fixed typo.
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) |