#@$%@# typo
This commit is contained in:
parent
76afa63db9
commit
b0fa7e000a
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class NNTP
|
|||
while true
|
||||
line = getline
|
||||
break if line == '.'
|
||||
line.slice!0) if line.to_s[0...2] == '..'
|
||||
line.slice(0) if line.to_s[0...2] == '..'
|
||||
list << line
|
||||
end
|
||||
return resp, list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue