This commit is contained in:
q3k 2014-03-11 13:57:45 +01:00
parent 5dd20cb66c
commit 9064949686

View file

@ -54,7 +54,7 @@ plugin.AddCommand("lights", 0, function(Username, Channel)local URL = SpaceAPI[C
Channel:Say("Lights on in: " .. table.concat(LightsOn, ", "))
end
else
Channel:Say("Halo? Hackerspace? Macie wy światała w SpaceAPI?")
Channel:Say("Halo? Hackerspace? Macie wy światła w SpaceAPI?")
end
end, "Show lights status")