-
Notifications
You must be signed in to change notification settings - Fork 625
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
Feature request: Allow authentication to Q on Quakenet #263
Comments
If you connect to quakenet and take the nick of a registered user without authing first. If so, could you paste an example of this ? |
There is no concept of registered nicks on Quakenet. The purpose of accounts is that you can get permissions in channels that know you. You can also cloak your hostname by setting the user mode I suppose that you may start registering directly after you have fully connected to Quakenet (at the point where you'd normally join a channel). |
or in a client:
|
Support added in master.
|
Thanks, works. |
Q is the account service of Quakenet. The authentication works by sending a
PRIVMSG
toQ@CServe.quakenet.org
or by using the customAUTH
command.Direct support for this would be useful, as it could then delay channel joining until after authentication (and possibly cloaking) finished.
The text was updated successfully, but these errors were encountered: