diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-02 17:30:28 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-02 17:30:28 +0100 |
commit | a4fef87fb10b220d1741c8e1c6a9226a2d92dcc1 (patch) | |
tree | eab7fc12bb68d25c38b04cd3155557274e7986a8 | |
parent | 2020ac9cd055bb67ee93896ec6c97398c235e1e5 (diff) | |
parent | bcaf532500e82747f6266c11ec1347a431886fcb (diff) | |
download | dotfiles-a4fef87fb10b220d1741c8e1c6a9226a2d92dcc1.tar.gz dotfiles-a4fef87fb10b220d1741c8e1c6a9226a2d92dcc1.tar.bz2 dotfiles-a4fef87fb10b220d1741c8e1c6a9226a2d92dcc1.tar.xz dotfiles-a4fef87fb10b220d1741c8e1c6a9226a2d92dcc1.zip |
Merge branch 'master' of https://git.frqrec.com/git/dot
* 'master' of https://git.frqrec.com/git/dot:
irssi: Making freenode account use SSL, set wait time in autosendcmd to 2seconds
-rw-r--r-- | .irssi/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.irssi/config b/.irssi/config index 3bf361a..65d2d4c 100644 --- a/.irssi/config +++ b/.irssi/config @@ -8,7 +8,8 @@ servers = ( { address = "chat.freenode.org"; chatnet = "freenode"; - port = "6667"; + port = "6697"; + use_ssl = "yes"; autoconnect = "yes"; }, { @@ -44,7 +45,7 @@ chatnets = { type = "IRC"; nick = "dvzrv"; realname = "David Runge"; - autosendcmd = "/msg NickServ identify bl4hbl4hbl4h; wait NickServ 5000"; + autosendcmd = "/msg nickserv identify bl4hbl4hbl4h;wait 2000"; }; efnet = { type = "IRC"; |