fix irc module to work with py3 (#42267)

* fix irc module to work with py3

fixes #42256
This commit is contained in:
Brian Coca
2018-07-10 09:42:14 -04:00
committed by GitHub
parent 4a7940c562
commit 1c08eb8b27
2 changed files with 18 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- made irc module python3 compatible https://github.com/ansible/ansible/issues/42256