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

modules/notification/irc: Fix channel joining for some IRC servers. #55444

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

bradh352
Copy link
Contributor

@bradh352 bradh352 commented Apr 17, 2019

SUMMARY

Fix channel joining for some IRC servers.

Some IRC servers may return the channel in a different case than
requested. For instance, you might request "foo" but the server
returns "FOO". The regular expression matching must be case-insensitive
for the join response in order to handle this.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

modules/notification/irc

ADDITIONAL INFORMATION

Prior ticket here that was never resolved: ansible/ansible-modules-extras#429

Brad House added 2 commits April 17, 2019 10:09
Some IRC servers may return the channel in a different case than
requested.  For instance, you might request "foo" but the server
returns "FOO".  The regular expression matching must be case-insensitive
for the join response in order to handle this.
@ansibot
Copy link
Contributor

ansibot commented Apr 17, 2019

@ansibot ansibot added affects_2.9 This issue/PR affects Ansible v2.9 bug This issue/PR relates to a bug. community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. notification Notification category small_patch support:community This issue/PR relates to code supported by the Ansible community. labels Apr 17, 2019
@jpmens
Copy link
Contributor

jpmens commented Apr 17, 2019

shipit

@ansibot ansibot removed the needs_triage Needs a first human triage before being processed. label Apr 17, 2019
@bcoca bcoca merged commit 52b582a into ansible:devel Apr 17, 2019
ndclt pushed a commit to ndclt/ansible that referenced this pull request Jun 13, 2019
…nsible#55444)

* Fix channel joining for some IRC servers.

Some IRC servers may return the channel in a different case than
requested.  For instance, you might request "foo" but the server
returns "FOO".  The regular expression matching must be case-insensitive
for the join response in order to handle this.

* ansible style guidelines want spaces
@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.9 This issue/PR affects Ansible v2.9 bug This issue/PR relates to a bug. community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. new_contributor This PR is the first contribution by a new community member. notification Notification category small_patch support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IRC Module issues
4 participants