Skip to content
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

Closed
heinrich5991 opened this issue Sep 19, 2017 · 5 comments
Closed

Feature request: Allow authentication to Q on Quakenet #263

heinrich5991 opened this issue Sep 19, 2017 · 5 comments
Labels
enhancement New feature or request

Comments

@heinrich5991
Copy link
Contributor

heinrich5991 commented Sep 19, 2017

Q is the account service of Quakenet. The authentication works by sending a PRIVMSG to Q@CServe.quakenet.org or by using the custom AUTH command.

Direct support for this would be useful, as it could then delay channel joining until after authentication (and possibly cloaking) finished.

@42wim 42wim added enhancement New feature or request maybe labels Sep 19, 2017
@42wim
Copy link
Owner

42wim commented Sep 19, 2017

If you connect to quakenet and take the nick of a registered user without authing first.
Do you get a notice or a privmsg or something from Q ? (like on freenode) This can be used to trigger the auth command.

If so, could you paste an example of this ?

@heinrich5991
Copy link
Contributor Author

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 +x: https://www.quakenet.org/help/general/what-user-modes-are-available-on-quakenet.

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).

@heinrich5991
Copy link
Contributor Author

PRIVMSG Q@CServe.quakenet.org :AUTH <username> <password>

or in a client:

/msg Q@CServe.quakenet.org AUTH <username> <password>

@42wim 42wim closed this as completed in b49fb2b Sep 20, 2017
@42wim
Copy link
Owner

42wim commented Sep 20, 2017

Support added in master.

#If you registered your bot with a service like Nickserv on freenode.
#Also being used when UseSASL=true
#
#Note: if you want do to quakenet auth, set NickServNick="Q@CServe.quakenet.org"
#OPTIONAL
NickServNick="nickserv"
NickServPassword="secret"

#OPTIONAL only used for quakenet auth
NickServUsername="username"

@42wim 42wim removed the maybe label Sep 20, 2017
@heinrich5991
Copy link
Contributor Author

Thanks, works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants