IrssI

WebHome | UnixGeekTools | Geekfarm | About This Site

Pointers

My favorite IRC client.

Scripts

Useful Commands

My Plugins

growl-notify

This is the script that finally allowed me to do away with all gui clients and rely soley on irssi in screen. The irssi script that comes with growl was released after I already wrote this one. I've continued to tweak mine over time.

Example config file ~/.irssi/growl.yaml:

---
buddyicons: /Users/VVu/Wiki/images/friends/buddy-icons
hilight.enable: 1
hilight.sticky: 1
private.enable: 2
private.sticky: 1
public.channels:
  '#somechannel: sticky
  '#anotherchannel: sticky
  '#busychannel: nosticky
public.enable: 1

nickcolor

#
# example ~/.irssi/saved_colors
#
default:7
# friends
nick:6
somenick:6
# coworkers
dudeA:11
otherdude:11
thirddude:11
# mgmt
headdude:5

Proxy

    /load proxy

    /set irssiproxy_password secret
    /set irssiproxy_ports work=2031 freenode=2032

    # connect to proxy in other session
    /server localhost port password




Updated Mon Jan 29, 2007 2:01 AM