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

Quakenet Module q - UseChallenge - should wait with joining channel until cloak acquired #286

Closed
Lenzelot opened this issue Jan 15, 2013 · 2 comments

Comments

@Lenzelot
Copy link

ZNC 1.0's *q module doesn't wait until the Challenge Auth with Quakenet is complete before joining channels! It joins the channels, then acquires authentication (because challenge auth does take up to a few seconds to complete), and only then it can set usermode +x.

The effect is the user joining all his channels with his real host, then quits and instantly rejoins with the cloaked host.

As a workaround I disabled challenge authentication for the time being. (/msg *q set UseChallenge false)

@Jay2k1
Copy link

Jay2k1 commented Jan 18, 2013

+1 on that.

@jannis-a
Copy link

bump would be nice if someone could implement this

Xe pushed a commit to withinsoft/znc that referenced this issue May 31, 2014
This patch adds a new setting to the Q module, JoinAfterCloaked, that
allows the user to specify whether ZNC should postpone joining channels
before the user is cloaked.

Fixes znc#286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants