<?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/"
	>

<channel>
	<title>Racker Hacker &#187; irssi</title>
	<atom:link href="http://rackerhacker.com/tag/irssi/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:07:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing irssi via MacPorts on OS X Lion 10.7.1</title>
		<link>http://rackerhacker.com/2011/09/30/installing-irssi-via-macports-on-os-x-lion-10-7-1/</link>
		<comments>http://rackerhacker.com/2011/09/30/installing-irssi-via-macports-on-os-x-lion-10-7-1/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 13:24:44 +0000</pubDate>
		<dc:creator>Major Hayden</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macports]]></category>

		<guid isPermaLink="false">http://rackerhacker.com/?p=2576</guid>
		<description><![CDATA[I've floated back and forth between graphical IRC clients and terminal-based clients for a long time. However, I was sad to see that irssi wouldn't build via MacPorts on OS X Lion. During the build, I saw quite a few errors from the compiler: -E, -S, -save-temps and -M options are not allowed with multiple [...]<p><a href="http://rackerhacker.com/2011/09/30/installing-irssi-via-macports-on-os-x-lion-10-7-1/">Installing irssi via MacPorts on OS X Lion 10.7.1</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></description>
			<content:encoded><![CDATA[<p>I've floated back and forth between graphical IRC clients and terminal-based clients for a long time.  However, I was sad to see that irssi wouldn't build via MacPorts on OS X Lion.  During the build, I saw quite a few errors from the compiler:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">-E, -S, -save-temps and -M options are not allowed with multiple -arch flags</pre></div></div>

<p>Sure enough, when I looked at the lines in the output, both x86_64 and i386 were passed to the compiler:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">... -pipe -O2 -arch x86_64 -arch i386 -fno-common ...</pre></div></div>

<p>I <a href="http://trac.macports.org/ticket/31467">opened a ticket in trac</a> and began looking for a workaround.  <a href="http://trac.macports.org/ticket/13004#comment:4">Another trac ticket</a> (from four years ago) on the MacPorts site gave some pointers on how to work around the bug for a previous version.</p>
<p>I changed up the instructions a bit since we're not dealing with the ppc architecture any longer:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">sudo port -v clean irssi +perl
sudo port -v configure irssi +perl
cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_irssi/irssi/work/
sudo find . -type f -exec sed -i &quot;&quot; -e &quot;s/-arch i386//g&quot; {} \;
cd
sudo port -v install irssi +perl</pre></div></div>

<p>The build worked!</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">$ irssi -v
irssi 0.8.15 (20100403 1617)</pre></div></div>

<p><a href="http://rackerhacker.com/2011/09/30/installing-irssi-via-macports-on-os-x-lion-10-7-1/">Installing irssi via MacPorts on OS X Lion 10.7.1</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rackerhacker.com/2011/09/30/installing-irssi-via-macports-on-os-x-lion-10-7-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Switching between audible and visual bells in screen</title>
		<link>http://rackerhacker.com/2010/01/21/switching-between-audible-and-visual-bells-in-screen/</link>
		<comments>http://rackerhacker.com/2010/01/21/switching-between-audible-and-visual-bells-in-screen/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:37:09 +0000</pubDate>
		<dc:creator>Major Hayden</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://rackerhacker.com/?p=1141</guid>
		<description><![CDATA[About a year ago, I was introduced to the joys of using irssi and screen to access irc servers. Before that time, I'd usually used graphical clients like Colloquy, and I always enjoyed getting Growl notifications when someone mentioned a word or string that I set up as a trigger. Once I started using irssi [...]<p><a href="http://rackerhacker.com/2010/01/21/switching-between-audible-and-visual-bells-in-screen/">Switching between audible and visual bells in screen</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></description>
			<content:encoded><![CDATA[<p>About a year ago, I was introduced to the joys of using <a href="http://www.irssi.org/">irssi</a> and <a href="http://www.gnu.org/software/screen/">screen</a> to access irc servers.  Before that time, I'd usually used graphical clients like <a href="http://colloquy.info/">Colloquy</a>, and I always enjoyed getting <a href="http://growl.info/">Growl</a> notifications when someone mentioned a word or string that I set up as a trigger.</p>
<p>Once I started using irssi in screen, I found that the visual bell in screen didn't get my attention quickly.  Luckily, someone in the <a href="irc://irc.freenode.net/slicehost">#slicehost</a> channel let me know about screen's audible bell.  You can flip between the visual and audible bell with <strong>CTRL-A</strong> and then <strong>CTRL-G</strong>.  If you keep repeating that key combination, you'll switch back and forth between the two (with a status update at the bottom left).</p>
<p>You can also set up your visual bell configuration in your .screenrc via some configuration parameters:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">vbell [on|off]
vbell_msg [message]
vbellwait sec</pre></div></div>

<p><a href="http://rackerhacker.com/2010/01/21/switching-between-audible-and-visual-bells-in-screen/">Switching between audible and visual bells in screen</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rackerhacker.com/2010/01/21/switching-between-audible-and-visual-bells-in-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the time zone in irssi</title>
		<link>http://rackerhacker.com/2009/11/03/changing-the-time-zone-in-irssi/</link>
		<comments>http://rackerhacker.com/2009/11/03/changing-the-time-zone-in-irssi/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 14:34:42 +0000</pubDate>
		<dc:creator>Major Hayden</dc:creator>
				<category><![CDATA[Blog Posts]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irssi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[time zone]]></category>

		<guid isPermaLink="false">http://rackerhacker.com/?p=1028</guid>
		<description><![CDATA[I usually set the time zone on my servers to UTC, but that makes it a bit confusing for me when I use irssi. If you have perl support built into irssi, you can run these commands to alter your time zone within irssi only: /load perl /script exec $ENV{'TZ'}='(nameofyourtimezone)'; For example, I'm in Central [...]<p><a href="http://rackerhacker.com/2009/11/03/changing-the-time-zone-in-irssi/">Changing the time zone in irssi</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></description>
			<content:encoded><![CDATA[<p>I usually set the time zone on my servers to UTC, but that makes it a bit confusing for me when I use irssi.  If you have perl support built into irssi, you can run these commands to alter your time zone within irssi only:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">/load perl
/script exec $ENV{'TZ'}='(nameofyourtimezone)';</pre></div></div>

<p>For example, I'm in Central Time, so I'd use:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">/script exec $ENV{'TZ'}='CST6CDT';</pre></div></div>

<p>To update the time in your status bar, simply /whois yourself and you should see the updated time zone.  If you want more handy irssi tips, look no further than <a href="http://irssi.org/documentation/tips">irssi's documentation</a>.</p>
<p><a href="http://rackerhacker.com/2009/11/03/changing-the-time-zone-in-irssi/">Changing the time zone in irssi</a> is a post from: Major Hayden's <a href="http://rackerhacker.com">Racker Hacker</a> blog. 
<p>Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://rackerhacker.com/2009/11/03/changing-the-time-zone-in-irssi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

