disconnect should /only/ disconnect
This commit is contained in:
parent
308adc8458
commit
fa21a99055
1 changed files with 1 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# $Dwarf: article.rb,v 1.96 2005/01/30 18:43:17 ward Exp $
|
# $Dwarf: article.rb,v 1.97 2005/01/30 22:55:39 ward Exp $
|
||||||
# $Source$
|
# $Source$
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
@ -787,9 +787,6 @@ def printerr(server)
|
||||||
end
|
end
|
||||||
|
|
||||||
def disconnect
|
def disconnect
|
||||||
# just testing if these should be reset...
|
|
||||||
@messageinfo = []
|
|
||||||
|
|
||||||
for server in @connections.keys
|
for server in @connections.keys
|
||||||
begin
|
begin
|
||||||
@connections[server]["nntp"].quit
|
@connections[server]["nntp"].quit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue