vanutsteen.nl => nerds only A blog on rails, php, computing, my bass guitar and stuff

Weechat 0.3.0 on Ubuntu 9.10

on in Linux, Python

Ubuntu 9.10 comes with an older version of weechat. So I downloaded the stable release 0.3.0 and installed it:

1
2
3
./configure --prefix=/home/leon/Software/local/ --enable-gtk --enable-demo
make
make install

Note: gtk is not very usable so you better use the ncurses interface!

I wrote a little plugin for it that autosaves the current connected channels and enables autojoin for them. It can be found on my github page and on the plugins page of weechat (if FlashCode aprobes the new version 0.2).

And here a nice plugin of weechat in action with the autojoin plugin (Nice!!):

Screenshot of weechat in action

Comments