Hi Amadeus,
Thanks for such quick release and update!
I have just tried new extension, but I am getting some errors. It may not be the extension problem, but it could be my script problem.
I simplely tried to use the samples1.iss script and connect to my server then join a channel after connected, but I got following errors, these are echos I put in IRC_JOINErrorResponse event.
IRC_JOINErrorResponse=Test3_NOTICE_AUTH_*** Looking up your hostname
IRC_JOINErrorResponse=Test3_NOTICE_AUTH_*** Found your hostname, cached
IRC_JOINErrorResponse=Test3_MUST_BE_REGISTERED_#isxeq2_Register first.
[Test3] Received a message that we were not identified/registered.
[Test3] Identifying with Nickserv now.
IRC_JOINErrorResponse=Test3_MUST_BE_REGISTERED_#isxeq2_Register first.
CRITICAL IRC ERROR: Closing Link: Test3[CPE001020d32016-CM000039ac905c...
I can use mIRC to connect to my server and join a channel no problem.
It seems IRCUser[${MyUserName}]

M[Nickserv,"identify Test1Password"] does not register a user in my irc server and I was wondering if you can provide a simple sample code on how to connect to my server and join a channel?
Thanks for your time!