N3M3S1S   -  Mar 11, 2013

Working on a "Deployable Remote Bot" for one of the features in mIRC SkyFall.

It's basically a mini channel bot that runs through a socket connection through mIRC. It's working good, but on certain servers it won't connect properly. The connection will establish and it will begin to log into the server, but when the server sends the version request, when the script tries to respond the server returns with a 451 numeric (please register).

So the script sends the USER and NICK lines once it establishes the connection, so why am I still getting a 451 if it is already sending the USER and NICK info to the socket? Remember, this script works fine most everywhere, but a few servers it does this 451 issue.

Anyone know?

N3M3S1S  -  Mar 14, 2013

Issue resolved. Some server's send a ping pattern on connection. Code added to implement this.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.