mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-07-15 22:30:22 +02:00
Ignore empty lines
This commit is contained in:
2
init.lua
2
init.lua
@ -162,7 +162,7 @@ end
|
||||
function meta:think()
|
||||
while true do
|
||||
local line = getline(self, 3)
|
||||
if line then
|
||||
if line and #line > 0 then
|
||||
if not self:invoke("OnRaw", line) then
|
||||
self:handle(parse(line))
|
||||
end
|
||||
|
Reference in New Issue
Block a user