sid0-problem
This commit is contained in:
parent
3f267e2ca2
commit
cc8f758f15
|
@ -7,7 +7,7 @@ module LogAn
|
||||||
@sid = sid
|
@sid = sid
|
||||||
end
|
end
|
||||||
|
|
||||||
def event_read line, sock
|
def event_line line, sock
|
||||||
cmd, l = line.unpack 'na*'
|
cmd, l = line.unpack 'na*'
|
||||||
self[cmd].call( l, sock) if self[cmd]
|
self[cmd].call( l, sock) if self[cmd]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue