diff options
Diffstat (limited to 'lib/rbot/ircsocket.rb')
-rw-r--r-- | lib/rbot/ircsocket.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbot/ircsocket.rb b/lib/rbot/ircsocket.rb index 2f66835f..5e0c797b 100644 --- a/lib/rbot/ircsocket.rb +++ b/lib/rbot/ircsocket.rb @@ -170,6 +170,8 @@ module Irc @sendq.clear end end + else + debug "Clearing socket while disconnected" end end |