# File rbot/ircsocket.rb, line 162
def
select(timeout) Kernel.select([@sock],
nil
,
nil
, timeout)
end