community.general/lib/ansible/modules/notification
Brad House 52b582a7a4 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 spaces
2019-04-17 18:55:43 -04:00
..
__init__.py
_osx_say.py
bearychat.py
campfire.py
catapult.py
cisco_spark.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
flowdock.py
grove.py
hall.py
hipchat.py
irc.py modules/notification/irc: Fix channel joining for some IRC servers. (#55444) 2019-04-17 18:55:43 -04:00
jabber.py Add type int for various argument params (#55026) 2019-04-10 16:19:00 -04:00
logentries_msg.py Assorted pylint fixes 2019-02-15 06:54:47 -08:00
mail.py Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
matrix.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
mattermost.py
mqtt.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
nexmo.py
office_365_connector_card.py
pushbullet.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
pushover.py Pushover: Adds support for optional 'title' (#53726) 2019-04-10 17:13:54 -04:00
rabbitmq_publish.py
rocketchat.py
say.py
sendgrid.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
slack.py
snow_record.py Use common functions for handling import errors (#51851) 2019-02-07 16:51:16 -05:00
syslogger.py
telegram.py
twilio.py
typetalk.py