mirror of https://github.com/ansible/ansible.git
modules/notification/irc: Fix channel joining for some IRC servers. (#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 spacespull/55482/head
parent
73b7ab71fe
commit
52b582a7a4
Loading…
Reference in New Issue