This initialisation event fires immediately after a successful connect, and
so instead of waiting for something from the server to trigger our
registration procedure (notably dialect.defs.IRCEvent.Type.NOTICEs
about our IDENT and hostname), we preemptively register.
Registers with the server.
This initialisation event fires immediately after a successful connect, and so instead of waiting for something from the server to trigger our registration procedure (notably dialect.defs.IRCEvent.Type.NOTICEs about our IDENT and hostname), we preemptively register.
It seems to work.