Michael DeHaan
54635cb59f
Add note about IRC library default change.
11 years ago
Michael DeHaan
8fb5e2c657
Merge pull request #5443 from nirvinehh/devel
...
irc module: Make default irc color none; add color none
11 years ago
Michael DeHaan
69d26d507b
Merge pull request #5758 from drawks/devel
...
Correct sleep calls
11 years ago
Leo R. Lundgren
dd62de0384
Fix whitespace (tabs -> spaces).
11 years ago
Leo R. Lundgren
347b425c67
Make irc module accept the nick being shortened by the server.
...
This can happen if the server has a NICKLEN setting which is less
than the length of the specified nick. With this patch we now grab
that nick and use it moving forward, instead of failing because we
didn't get back the one we specified, in the connection response.
11 years ago
Dave Rawks
e545d1026a
Correct sleep calls
...
Looks like we import "from time import sleep" but were calling "time.sleep" which is scoped into the wrong namespace.
11 years ago
Nick Irvine
8b4c9420e7
Make default irc color none; add color none
11 years ago
Matt Martz
ead733362f
module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json
11 years ago
Matt Martz
b48b22b24a
Try to follow RFC2812 for waiting on serverl welcome and join messages before performing more tasks
11 years ago
James Tanner
ad837709bd
Addresses #5023 Fix import comments
11 years ago
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
f7c3975f21
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
11 years ago
Andrew Todd
e477d993dd
Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.
11 years ago
Kevin Montuori
b86d93adc9
added a provision for passing a server password to IRC
12 years ago
Jan-Piet Mens
30d641094b
Docs: consistently format playbook EXAMPLES
12 years ago
Gavin McDonald
561d79b6d4
quick and dirty fix for irc module - shadowIRCd discards unbuffered
...
input, and the extra channel hash on join wasn't helping either.
12 years ago
Jan-Piet Mens
79cff7c076
notification modules irc, mqtt now exit with changed=False
...
(as per discussion on ML)
12 years ago
Michael DeHaan
cdda88fda7
Slight tweak of irc module example
12 years ago
Jan-Piet Mens
08c9b66941
new module: IRC notification
12 years ago