Topic 3-Event-Whois.md
Whois
This event is triggered when irccd get information from a user.
Function
function onWhois(server, info)
Parameters
- server, the current server.
- info, a table with the following information:
- nickname, the user nickname.
- user, the user name.
- host, the hostname.
- realname, the real name used.
- channels, an optional sequences of channels joined.