flackr / circ

An IRC packaged chrome app
BSD 3-Clause "New" or "Revised" License
388 stars 79 forks source link

Do not overwrite real name with "A CIRC User" text #425

Open jmckenna opened 6 years ago

jmckenna commented 6 years ago

Currently the user's real name is overwritten in irc.js at line 163: https://github.com/flackr/circ/blob/master/package/bin/irc/irc.js#L163

Remove this line, as it overwrites the real name.

jmckenna commented 6 years ago

maybe a better way forward is to allow a /setname command to change the user text? such as:

/setname "My Name"

jmckenna commented 6 years ago

Some clients call this a "Description" text. so it could also be /setdescription Whatever makes more sense to you.