Fixed the double mail bug

This should fix the double mail bug
This commit is contained in:
Futsy
2015-12-22 14:12:43 +01:00
parent 544e226dfa
commit e1fe02eacc
2 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ require "open-uri"
user = User.find_by_ign(w[1..-1])
users << user if user && user.normal? && user.confirmed? && user.mail_mention?
end
users
users.uniq
end
def get_youtube(yt_name)