mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-09-15 10:25:20 +02:00
Cleaned up whitespace, now all indentation is done with 1 tab character
This commit is contained in:
4
init.lua
4
init.lua
@@ -83,6 +83,7 @@ function meta_preconnect:connect(server, port, timeout)
|
||||
self.channels = {}
|
||||
|
||||
s:settimeout(0)
|
||||
|
||||
repeat
|
||||
self:think()
|
||||
until self.authed
|
||||
@@ -118,8 +119,7 @@ end
|
||||
function meta:think()
|
||||
while true do
|
||||
local line = getline(self, 3)
|
||||
if line then
|
||||
self:handle(parse(line))
|
||||
if line then
|
||||
self:handle(parse(line))
|
||||
else
|
||||
break
|
||||
|
Reference in New Issue
Block a user