package sircd type ircNick string type ircRealName string type ircUserSession struct { nick ircNick realname ircRealName }