Skip to content

Instantly share code, notes, and snippets.

@jeffhung
Created January 20, 2011 14:52
Show Gist options
  • Save jeffhung/788012 to your computer and use it in GitHub Desktop.
Save jeffhung/788012 to your computer and use it in GitHub Desktop.
Example for Quick IRSSI Configuration
# Do these once
/SET term_charset UTF-8
/SET recode_transliterate ON
/SET recode_fallback Big5
/SET recode_out_default_charset UTF-8
/SET autolog_path ~/logs/irclog-$0/irclog.$1.$0.%Y%m.log
# Do these once per (irc) network
/NETWORK ADD -kicks 4 -msgs 1 -modes 4 -whois 1 freenode
/SERVER ADD -auto -network freenode irc.freenode.net
# Do these once per channel
/CHANNEL ADD -auto #channel freenode
/RECODE ADD #channel UTF-8
# Save every time you changed (irssi) configuration
/SAVE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment