Current SeenPlugin.
Nickname to update, potentially prefixed with one or more modesigns (@, +, %, ...).
UNIX timestamp of when the user was seen.
Whether or not to explicitly not strip modesigns from the nickname.
string potentiallySignedNickname = "@kameloso"; long nowInUnix = Clock.currTime.toUnixTime(); updateUser(plugin, potentiallySignedNickname, nowInUnix);
Update a given nickname's entry in the seen array with the passed time, expressed in UNIX time.
This is not annotated as an IRC event handler and will merely be invoked from elsewhere, like any normal function.