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