stupid bug

This commit is contained in:
Ward Wouts 2002-05-16 09:55:13 +00:00
parent d2045d52b3
commit 800d7a04b0

View file

@ -38,7 +38,7 @@ end
def reconnect(server)
print "Trying to reconnect to #{server}...\n"
@connections[server]["nntp"] = Net::NNTP.new(server)
print "Connection type: @connections[server]["nntp"].type.to_s\n"
print "Connection type: #{@connections[server]["nntp"].type.to_s}\n"
end
def add(messid, id, server, subject)