We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
maybe a better way forward is to allow a /setname command to change the user text? such as:
/setname "My Name"
Sorry, something went wrong.
Some clients call this a "Description" text. so it could also be /setdescription Whatever makes more sense to you.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: