#@$%@# 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
|
while true
|
||||||
line = getline
|
line = getline
|
||||||
break if line == '.'
|
break if line == '.'
|
||||||
line.slice!0) if line.to_s[0...2] == '..'
|
line.slice(0) if line.to_s[0...2] == '..'
|
||||||
list << line
|
list << line
|
||||||
end
|
end
|
||||||
return resp, list
|
return resp, list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue