sid0-problem

master
Denis Knauf 2010-03-30 01:16:52 +02:00
parent 3f267e2ca2
commit cc8f758f15
1 changed files with 1 additions and 1 deletions

View File

@ -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