<feed xmlns='http://www.w3.org/2005/Atom'>
<title>irssi-hipchat-stfu, branch master</title>
<subtitle>An irssi plugin to quiet noisy and disruptive HipChat messages.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/'/>
<entry>
<title>README: Update incorrect transformed output example</title>
<updated>2015-06-15T01:57:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-15T01:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=fee3ec2c857849671157dddb02b9558058b10d04'/>
<id>fee3ec2c857849671157dddb02b9558058b10d04</id>
<content type='text'>
Accidentally copied the wrong text without realising it. Change the
transformed text in the example to correctly illustrate what should
happen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accidentally copied the wrong text without realising it. Change the
transformed text in the example to correctly illustrate what should
happen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Condense `signal_add` call</title>
<updated>2015-06-15T01:45:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-15T01:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=7337c5ed560c68cfaffd92a06ec357536cb9771a'/>
<id>7337c5ed560c68cfaffd92a06ec357536cb9771a</id>
<content type='text'>
Instead of using the hash syntax to add our `message public` signal
listener, use the parameterised subroutine style call. Since we're only
adding a single signal, we don't really need to use the hash syntax.

I started out with it because I was following the example on
http://juerd.nl/site.plp/irssiscripttut
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using the hash syntax to add our `message public` signal
listener, use the parameterised subroutine style call. Since we're only
adding a single signal, we don't really need to use the hash syntax.

I started out with it because I was following the example on
http://juerd.nl/site.plp/irssiscripttut
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hipchat-data.txt</title>
<updated>2015-06-15T01:43:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-15T01:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=b417034c6f1a924b3293dd06c7866ea1ffd3ab7f'/>
<id>b417034c6f1a924b3293dd06c7866ea1ffd3ab7f</id>
<content type='text'>
Now that this information is captured in the README, including it in its
own file is no longer necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that this information is captured in the README, including it in its
own file is no longer necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2015-06-15T01:41:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-15T01:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=aa8a18ed3f5b63417c7e96769a824db72e7ee307'/>
<id>aa8a18ed3f5b63417c7e96769a824db72e7ee307</id>
<content type='text'>
Include:

* A description of the plugin
* Requirements
* Installation instructions
* A note on testing
* License information
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include:

* A description of the plugin
* Requirements
* Installation instructions
* A note on testing
* License information
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LICENSE (MIT)</title>
<updated>2015-06-15T01:25:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-15T01:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=0106e8424d8e7a71e53fa2d67bacf20b8b12f8ea'/>
<id>0106e8424d8e7a71e53fa2d67bacf20b8b12f8ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip 'Priority:' and 'Status:'</title>
<updated>2015-06-15T00:02:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-15T00:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=711081355012581a82831eefb6179cb412747136'/>
<id>711081355012581a82831eefb6179cb412747136</id>
<content type='text'>
These single lines are irrelevant and don't need to be included in
output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These single lines are irrelevant and don't need to be included in
output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change title message format (single line)</title>
<updated>2015-06-14T23:48:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-14T23:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=f1b64d6816086554cc5538eca24e0cdba36dff70'/>
<id>f1b64d6816086554cc5538eca24e0cdba36dff70</id>
<content type='text'>
Change the format so that the title message is on a single line instead
of 3. Typically this will mean that the message will appear on 2 lines,
which is still better than 3 lines, saving us some vertical space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the format so that the title message is on a single line instead
of 3. Typically this will mean that the message will appear on 2 lines,
which is still better than 3 lines, saving us some vertical space.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop output of empty messages</title>
<updated>2015-06-14T22:50:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-14T22:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=bef0d13cf98bb8d8bb354b6cc6181b6729aaa04b'/>
<id>bef0d13cf98bb8d8bb354b6cc6181b6729aaa04b</id>
<content type='text'>
Don't write blank messages, only write messages with text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't write blank messages, only write messages with text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Transform messages from HipChat &amp; output to channel</title>
<updated>2015-06-14T22:45:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-14T22:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=d8ec1e64766e3976c21a282cd442442e4daf3533'/>
<id>d8ec1e64766e3976c21a282cd442442e4daf3533</id>
<content type='text'>
Use the `signal_continue` sub to continue sending the message with
transformed text.

Thanks so much to `Nei` on Freenode#irssi for recommending
`signal_continue`!

Decided to get all variables from the caller to be able to pass them on
to `signal_continue`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the `signal_continue` sub to continue sending the message with
transformed text.

Thanks so much to `Nei` on Freenode#irssi for recommending
`signal_continue`!

Decided to get all variables from the caller to be able to pass them on
to `signal_continue`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Construct start message</title>
<updated>2015-06-14T09:11:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-06-14T09:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/irssi-hipchat-stfu/commit/?id=f2049b7251a12eb44b1788382900afa10de76b78'/>
<id>f2049b7251a12eb44b1788382900afa10de76b78</id>
<content type='text'>
Make the start message to correspond to the test expectation.

Grab the issue link first because that should tip us off that this is
the text that will give us the starter data.

Also chomp the newline from the test string to match the function
result.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the start message to correspond to the test expectation.

Grab the issue link first because that should tip us off that this is
the text that will give us the starter data.

Also chomp the newline from the test string to match the function
result.
</pre>
</div>
</content>
</entry>
</feed>
