elseif durch else getauscht

This commit is contained in:
Akamaru 2016-03-08 15:43:55 +01:00
parent 2aab706ae3
commit a249555a5d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local function get_vid_info(id)
local date = makeOurDate(data.first_retrieve)
if data.user_nickname then
user = data.user_nickname
elseif data.ch_name then
else
user = data.ch_name
end
local views = comma_value(data.view_counter)