IrcClient.read

Read all available data from the connection, parse all complete IRC messages and invoke registered callbacks.

class IrcClient
bool
read
(
)

Return Value

Type: bool

true if the connection was closed.

See Also

$(DPREF eventloop, IrcEventLoop.run)

Meta