Commit graph

19 commits

Author SHA1 Message Date
Michael DeHaan
54635cb59f Add note about IRC library default change. 2014-03-19 17:21:41 -04:00
Michael DeHaan
8fb5e2c657 Merge pull request #5443 from nirvinehh/devel
irc module: Make default irc color none; add color none
2014-03-19 17:20:07 -04:00
Michael DeHaan
69d26d507b Merge pull request #5758 from drawks/devel
Correct sleep calls
2014-03-16 15:40:28 -05:00
Leo R. Lundgren
dd62de0384 Fix whitespace (tabs -> spaces). 2014-03-05 05:12:21 +01:00
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.
2014-03-05 04:39:08 +01:00
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.
2014-01-24 15:39:02 -08:00
Nick Irvine
8b4c9420e7 Make default irc color none; add color none 2013-12-26 16:11:39 -08:00
Matt Martz
ead733362f module is not exposed to send_msg, but main() catches exceptions and uses module.fail_json 2013-12-06 11:42:30 -06:00
Matt Martz
b48b22b24a Try to follow RFC2812 for waiting on serverl welcome and join messages before performing more tasks 2013-12-06 11:42:30 -06:00
James Tanner
ad837709bd Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
James Tanner
6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
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.
2013-11-18 18:55:49 -05:00
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. 2013-07-17 16:37:04 -04:00
Kevin Montuori
b86d93adc9 added a provision for passing a server password to IRC 2013-06-26 14:16:59 +00:00
Jan-Piet Mens
30d641094b Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
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.
2013-06-05 17:12:44 -07:00
Jan-Piet Mens
79cff7c076 notification modules irc, mqtt now exit with changed=False
(as per discussion on ML)
2013-05-15 07:36:23 +02:00
Michael DeHaan
cdda88fda7 Slight tweak of irc module example 2013-05-11 16:32:22 -04:00
Jan-Piet Mens
08c9b66941 new module: IRC notification 2013-05-08 13:26:05 +02:00