Skip to content

Instantly share code, notes, and snippets.

@sh1n0b1
Forked from tho/osx-irssi-sasl
Created February 12, 2017 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sh1n0b1/fb31ba6c2951a52032100b43a5ff1b4c to your computer and use it in GitHub Desktop.
Save sh1n0b1/fb31ba6c2951a52032100b43a5ff1b4c to your computer and use it in GitHub Desktop.
OS X, irssi, sasl
$ brew install irssi gmp
$ cpan install Crypt::OpenSSL::Bignum Crypt::Blowfish Crypt::DH::GMP
$ echo '[[ $SHLVL -eq 1 ]] && eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"' >> ~/.bashrc
$ mkdir -p ~/.irssi/scripts/autorun
$ (cd ~/.irssi/scripts/; wget https://scripts.irssi.org/scripts/cap_sasl.pl; ln -s ../cap_sasl.pl autorun/)
$ irssi
/sasl set <network> <nick> <password> DH-BLOWFISH
/sasl save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment