Created
June 5, 2017 04:54
-
-
Save Pharserror/44ffb58948491758ebf61198662af639 to your computer and use it in GitHub Desktop.
Irssi config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
, { address = "irc.gitter.im"; use_ssl = "yes"; password = "$GITTER_PASS"; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use:$s if $ . == $n; $ . = 0 if eof' -- -n=99 -s=$line /path/to/irssi/config
$ cat path/to/gist | while read line ; do perl -i -slpe 'print
-n is the line number on which to insert the new server entries (for irssi it should be the line with the closing ");" of the servers list)