diff --git a/trunk/ripnews/news/article.rb b/trunk/ripnews/news/article.rb index c4293f7..6d9dba5 100644 --- a/trunk/ripnews/news/article.rb +++ b/trunk/ripnews/news/article.rb @@ -1,4 +1,4 @@ -# $Dwarf: article.rb,v 1.95 2005/01/30 14:24:13 ward Exp $ +# $Dwarf: article.rb,v 1.96 2005/01/30 18:43:17 ward Exp $ # $Source$ # @@ -793,7 +793,7 @@ def disconnect for server in @connections.keys begin @connections[server]["nntp"].quit - rescue Errno::EPIPE, Errno::ECONNRESET, EOFError + rescue Errno::EPIPE, Errno::ECONNRESET, EOFError, IOError end end end