<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>IRC-Junkie.org - IRC News &#187; Twitter</title>
	<atom:link href="http://www.irc-junkie.org/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.irc-junkie.org</link>
	<description>All about Internet Relay Chat</description>
	<lastBuildDate>Sun, 27 Nov 2011 23:50:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://www.irc-junkie.org/?pushpress=hub'/>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/de/</creativeCommons:license>		<item>
		<title>Twitter and IRC &#8211; Posting Tweets from the comfort of your IRC client</title>
		<link>http://www.irc-junkie.org/2009-01-06/twitter-and-irc-posting-tweets-from-the-comfort-of-your-irc-client/</link>
		<comments>http://www.irc-junkie.org/2009-01-06/twitter-and-irc-posting-tweets-from-the-comfort-of-your-irc-client/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 10:56:41 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[IRCd]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[irctotwit]]></category>
		<category><![CDATA[tircd]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.irc-junkie.org/?p=472</guid>
		<description><![CDATA[Hack a Day has an interesting article on how to write Tweets from within your IRC client.

Sounds good? But how?

The article (and one comment) mention 2 methods on how to achieve this - one would be by using a local IRCd written in PERL and another one by using a bot in a channel.

The ...<p><a href="http://www.irc-junkie.org/2009-01-06/twitter-and-irc-posting-tweets-from-the-comfort-of-your-irc-client/">Twitter and IRC &#8211; Posting Tweets from the comfort of your IRC client</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-01-14/smuxi-0-7-0-released-now-with-twitter-functionality/' rel='bookmark' title='Permanent Link: Smuxi 0.7.0 released &#8211; now with Twitter functionality'>Smuxi 0.7.0 released &#8211; now with Twitter functionality</a></li>
<li><a href='http://www.irc-junkie.org/2010-03-14/yaaic-yet-another-android-irc-client-0-1-beta-released/' rel='bookmark' title='Permanent Link: Yaaic &#8211; Yet another Android IRC client 0.1 Beta released'>Yaaic &#8211; Yet another Android IRC client 0.1 Beta released</a></li>
<li><a href='http://www.irc-junkie.org/2010-04-15/yaaic-android-irc-client-0-3-is-available/' rel='bookmark' title='Permanent Link: Yaaic Android IRC client 0.3 is available'>Yaaic Android IRC client 0.3 is available</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://hackaday.com/2009/01/05/twitter-irc-server-tircd/">Hack a Day</a> has an interesting article on how to write Tweets from within your IRC client.</p>
<p><strong>Sounds good? But how?</strong></p>
<p>The article (and one comment) mention 2 methods on how to achieve this &#8211; one would be by using a <a href="http://code.google.com/p/tircd/">local IRCd written in PERL</a> and another one by <a href="http://code.google.com/p/irctotwit/">using a bot</a> in a channel.</p>
<p>The bot seems to be a bit more of a &#8220;bare bone&#8221; approach since all of the features it currently supports is is posting Tweets by issueing commands like &#8220;!t your message goes here&#8221; after <a href="http://code.google.com/p/irctotwit/wiki/Howto">you make it connect to the server</a> of your choice and joining a channel you told it to.</p>
<p><strong>The IRCd approach on the other hand lets you do a little bit more than that:</strong></p>
<p>Updating your own status is as easy as posting a message to the channel which will then be put into the topic. But that&#8217;s not all &#8211; direct messages can be sent by simply sending a private message to that user. /whois&#8217;ing the user will show their latest status update, bio, location and website &#8211; /whois&#8217;ing yourself will show all of that and the number of <a href="http://apiwiki.twitter.com/">API calls</a> you made within the last hour.</p>
<p>Users you follow will automatically join the channel once they update their status &#8211; if you follow them using <a href="http://code.google.com/p/tircd/">tircd</a> they&#8217;ll be there instantly.</p>
<p>Another handy feature is following and unfollowing users, all without ever leaving your IRC client &#8211; Want to follow someone? /invite them to the channel. Unfollowing users can be done by kicking them from the channel.</p>
<p>The project seems to be under pretty active development and according to their <a href="http://code.google.com/p/tircd/issues/detail?id=5">issue tracker</a> there already seems to be another exciting and customary feature in the making &#8211; Blocking users by issuing a simple /ban on them.</p>
<p>Verdict: If you are a Twitter addict and an IRC Junkie at the same time there&#8217;s no way around tircd, for the occasional Tweet from IRC you should use the irctotwit bot.</p>
 <p><a href="http://www.irc-junkie.org/?flattrss_redirect&amp;id=472&amp;md5=591d191c471edf365fcd4c7b3a33fb21" title="Flattr" target="_blank"><img src="http://www.irc-junkie.org/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2009-01-06/twitter-and-irc-posting-tweets-from-the-comfort-of-your-irc-client/">Twitter and IRC &#8211; Posting Tweets from the comfort of your IRC client</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>
<p class="wp-flattr-button"></p>

<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2010-01-14/smuxi-0-7-0-released-now-with-twitter-functionality/' rel='bookmark' title='Permanent Link: Smuxi 0.7.0 released &#8211; now with Twitter functionality'>Smuxi 0.7.0 released &#8211; now with Twitter functionality</a></li>
<li><a href='http://www.irc-junkie.org/2010-03-14/yaaic-yet-another-android-irc-client-0-1-beta-released/' rel='bookmark' title='Permanent Link: Yaaic &#8211; Yet another Android IRC client 0.1 Beta released'>Yaaic &#8211; Yet another Android IRC client 0.1 Beta released</a></li>
<li><a href='http://www.irc-junkie.org/2010-04-15/yaaic-android-irc-client-0-3-is-available/' rel='bookmark' title='Permanent Link: Yaaic Android IRC client 0.3 is available'>Yaaic Android IRC client 0.3 is available</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2009-01-06/twitter-and-irc-posting-tweets-from-the-comfort-of-your-irc-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

