From ae70b6bf21b0a159f442b9ec035db51a38428940 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Tue, 30 Sep 2014 21:52:47 -0700 Subject: [PATCH] Fixed a crash related to messages --- mumbledj/mumbledj.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mumbledj/mumbledj.lua b/mumbledj/mumbledj.lua index b5449ff..3c81800 100644 --- a/mumbledj/mumbledj.lua +++ b/mumbledj/mumbledj.lua @@ -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