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
When attempting to connect to a server without a connect block the response message is missing the source :server:
>> /CONNECT invalidserver.* 7325 << NOTICE Arfie :Connect: No Connect block found for invalidserver.*.
On a remote server it works ok:
>> /CONNECT invalidserver.* 7325 midnight.* << :midnight.hub.dal.net NOTICE Arfie :Connect: No Connect block found for invalidserver.*.
Both znc and my client handle the message ok - but if I'm parsing the message to determine the origin, it's simply not there.
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.
Fix a small bug where the "Connect: No Connect block found for %s" no…
2c8d233
…tice have no origin prefix (issue DALnet#190)
Arfie: Thanks for letting us know, pull request #191 should fix this.
Kobi.
Merge pull request #191 from kobishmueli/master
c84c4e1
Fix a small bug where the "Connect: No Connect block found for %s" notice have no origin prefix (issue #190)
PR Merged
kobishmueli
No branches or pull requests
When attempting to connect to a server without a connect block the response message is missing the source :server:
On a remote server it works ok:
Both znc and my client handle the message ok - but if I'm parsing the message to determine the origin, it's simply not there.
The text was updated successfully, but these errors were encountered: