ruby > thoughts.find_all(&:sfw?).to_blog
 => #<URI::HTTP:0x00001 URL: http://MichaelXavier.net >
ruby > MichaelXavier.info
 =>  [ GitHub , Resume , Email ]
ruby > _

IRSSI Invalid Argument
03|12|2010 — 0 comments  

Categories: irssi

If you're getting "invalid argument" in irssi, it is possibly because your hostname is misconfigured.

I'm not an expert on irssi but I use it often. I think the -h flag to specify hostname (which I mistook to specity the remote hostname) somehow sets your hostname to whatever you put after it to be persistent. This problem pretty much made it so I couldn't use irssi on this machine. The solution was very simple:


                  #When inside of irssi
                  /set -clear hostname
                  

And you should be good.

Comments Comments RSS Feed

Add Comment

(required)
(required, won't be displayed)

(Use Markdown syntax)