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
#97 implements half-ops but does not adjust the /who code to show half-ops as % in the flags parameter.
The master branch also does not have that feature. It prevents clients that use /who to retrieve prefixes from seeing it.
I believe the change would need to be placed at https://github.com/DALnet/bahamut/blob/master/src/m_who.c#L801-L806
Unfortunately it seems '%' is already used as a /who flag related to invisible users, so I don't know if it's even easily possible to fix this.
The text was updated successfully, but these errors were encountered:
Thanks for submitting your first issue! A member of the DALnet coder team will label it appropriately and provide follow-up
Sorry, something went wrong.
No branches or pull requests
#97 implements half-ops but does not adjust the /who code to show half-ops as % in the flags parameter.
The master branch also does not have that feature. It prevents clients that use /who to retrieve prefixes from seeing it.
I believe the change would need to be placed at https://github.com/DALnet/bahamut/blob/master/src/m_who.c#L801-L806
Unfortunately it seems '%' is already used as a /who flag related to invisible users, so I don't know if it's even easily possible to fix this.
The text was updated successfully, but these errors were encountered: