-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
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
Module request: /nick that preserves prefix #258
Comments
How are you requiring the prefix? with |
Sorry for the late reply, no, we do not use allowpattern. Where the table is as follows
Thus users that has a nick prefix of "SomeTeam-" can login with the password for that prefix. We are currently on Inspircd 2, but moving to 3 these days. |
I wrote this as a solution to my own problem, i would love any feedback on my module- or C++-skills 😄
|
I asked this on #inspircd and it was suggested that i post a request here:
We limit users to a specific nick prefix (Foo-Nick) by using the sqlauth module and then by disabling the /NICK command so users can't change nicks (and thus prefix) after join. Is it possible to write a module that would allow nick change via /NICK if the nick retains the same prefix, either wrapping or overriding the /NICK command.
The text was updated successfully, but these errors were encountered: