Method code for $connection.parse_line()

[Turn on line numbering]
arg line;

if (read_block) {
    read_block = read_block.parse(line);
    line = .rehash_read_status();
    if (!line && line != "")
        return;
}
if (interface.parse_line(line) == 'disconnect)
    (> .close() <);

["// Created 21-Aug-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark