stupid bug
This commit is contained in:
parent
d2045d52b3
commit
800d7a04b0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ end
|
||||||
def reconnect(server)
|
def reconnect(server)
|
||||||
print "Trying to reconnect to #{server}...\n"
|
print "Trying to reconnect to #{server}...\n"
|
||||||
@connections[server]["nntp"] = Net::NNTP.new(server)
|
@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
|
end
|
||||||
|
|
||||||
def add(messid, id, server, subject)
|
def add(messid, id, server, subject)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue