nickvanw / ircx

Basic callback-driven Go IRC bot
Apache License 2.0
37 stars 13 forks source link

Send PASS before USER and NICK when connecting. #10

Closed allonhadaya closed 9 years ago

allonhadaya commented 9 years ago

"The password can and must be set before any attempt to register the connection is made. Currently this requires that clients send a PASS command before sending the NICK/USER combination..." -- https://tools.ietf.org/html/rfc1459#section-4.1.1

nickvanw commented 9 years ago

Nice catch, thanks!