diff --git a/features/user_groups.lua b/features/user_groups.lua index 01d53b6f..804d8f63 100644 --- a/features/user_groups.lua +++ b/features/user_groups.lua @@ -10,9 +10,9 @@ local Module = {} local function update_file() local data = {'{\n'} for player_name, _ in pairs(global.regulars) do - table.insert(data, '["') + table.insert(data, "['") table.insert(data, player_name) - table.insert(data, '"] = true,\n') + table.insert(data, "''] = true,\n") end table.insert(data, '}') diff --git a/resources/donators.lua b/resources/donators.lua index 0ed05e26..e41adb35 100644 --- a/resources/donators.lua +++ b/resources/donators.lua @@ -32,8 +32,8 @@ Module.welcome_messages = { ['der-dave.com'] = "Dave doesn't want a welcome message.", ['plague006'] = 'plague wrote this dumb message you have to read. If you want your own dumb on-join message be sure to donate on Patreon!', ['shoghicp'] = 'Need more servers!', - ['aldldl'] = 'ALo\'s Here', - ['Raiguard'] = 'I am... was... God. The one you call \'The Almighty\'. The creator of Factories. But now, I am dead. The Biters killed me. I am sorry.', + ['aldldl'] = "ALo's Here", + ['Raiguard'] = "I am... was... God. The one you call 'The Almighty'. The creator of Factories. But now, I am dead. The Biters killed me. I am sorry.", } return Module diff --git a/resources/fish_messages.lua b/resources/fish_messages.lua index 899affd7..7f584da4 100644 --- a/resources/fish_messages.lua +++ b/resources/fish_messages.lua @@ -1,4 +1,4 @@ -return{ +return { 'Why don’t fish like basketball? Cause they’re afraid of the net', 'What do you get when you cross a banker with a fish? A Loan shark!', 'How do you make an Octupus laugh? With ten-tickles', diff --git a/resources/hodor_messages.lua b/resources/hodor_messages.lua index 4eeb845c..45d021ff 100644 --- a/resources/hodor_messages.lua +++ b/resources/hodor_messages.lua @@ -9,4 +9,4 @@ return { {'HOOOODOOOR!', 4}, {'( ͡° ͜ʖ ͡°)', 1}, {'☉ ‿ ⚆', 1} -} \ No newline at end of file +} diff --git a/resources/join_messages.lua b/resources/join_messages.lua index 6cd54ea7..f7dfd1c9 100644 --- a/resources/join_messages.lua +++ b/resources/join_messages.lua @@ -5,5 +5,5 @@ return { {'Press F to pay respects and loot their items', 10}, {'Stick and move, stick and move', 10}, {'Fly like a butterfly, sting like a bee', 10}, - {'These are not the bots you\'re looking for', 10} + {"These are not the bots you're looking for", 10} } diff --git a/resources/poke_messages.lua b/resources/poke_messages.lua index 53648668..bd814641 100644 --- a/resources/poke_messages.lua +++ b/resources/poke_messages.lua @@ -1,5 +1,4 @@ -return -{ +return { "a stick", "a leaf", "a moldy carrot", @@ -134,7 +133,7 @@ return "a copy of META MEME HUMOR for Dummies", "an abandoned not-so-young-anymore puppy", "one of those useless items advertised on TV", - "a genetic blueprint of a Japanese teen idol", + "a genetic blueprint of a Japanese teen idol", "yesterday’s jam", "non-stick honey", "gluten-free gluten",