Fixed a crash related to messages

This commit is contained in:
Matthieu Grieger 2014-09-30 21:52:47 -07:00
parent 53b525cf12
commit ae70b6bf21

View file

@ -131,8 +131,6 @@ function skip(username)
else
piepan.me.channel:send(string.format(config.USER_SKIP_HTML, username))
end
else
message.user:send("You have already voted to skip this song.")
end
end