alexyoung / ircd.js

A Node ircd (IRC daemon)
GNU General Public License v3.0
528 stars 90 forks source link

Erroneus nickname #3

Closed feelepxyz closed 13 years ago

feelepxyz commented 13 years ago

I keep on getting a "Erroneus nickname" error while trying to connect to ircd.

Seems to find the host, etablish a connection but then it immediately loses it and gives me "Erroneus nickname"..

Actually tried it locally yesterday and got the same issue at first, but then somehow I managed to connect (I have no idea what I did..) I then installed it on a server and ran in to the same issue. Also locally.

From the server: C: [null] NICK philipharrison
S: [null] :178.79.152.140 432 philipharrison :Erroneus nickname
C: [null] USER harrison harrison foretagsfokus.se :Philip Harrison

Cheers

feelepxyz commented 13 years ago

Realized my nick was too long.. and somehow using /nick didn't affect that. Forked and extended the nick limit to 30 chars. Don't really know about the implications of this though, new to the irc protocol.