processLineFromServer

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

private
processLineFromServer
(,
const string raw
,
const SysTime now
)

Parameters

instance Kameloso

The current Kameloso instance instance.

raw string

A raw line as read from the server.

now SysTime

The current time.

Return Value

Type: Next

A lu.misc.Next informing the calling function what to do next.