# File lib/rbot/ircsocket.rb, line 432 def shutdown(how=2) @sock.shutdown(how) unless @sock.nil? @sock = nil @burst = 0 end