circ icon indicating copy to clipboard operation
circ copied to clipboard

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

Open jmckenna opened this issue 8 years ago • 2 comments

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 avatar Nov 21 '17 23:11 jmckenna

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

/setname "My Name"

jmckenna avatar Nov 21 '17 23:11 jmckenna

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

jmckenna avatar Nov 21 '17 23:11 jmckenna