processLineFromServer

Processes a line read from the server, constructing an IRCEvent and dispatches it to all plugins.

private
void
processLineFromServer
(,
const string raw
,
const long nowInUnix
)

Parameters

instance Kameloso

The current Kameloso instance instance.

raw string

A raw line as read from the server.

nowInUnix long

Current timestamp in UNIX time.