diff options
author | David Runge <david.runge@frqrec.com> | 2014-10-31 23:16:35 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-10-31 23:16:35 +0100 |
commit | bcaf532500e82747f6266c11ec1347a431886fcb (patch) | |
tree | 0dfa706b646e98e51f904563a3a4100d15fcfda7 | |
parent | f968e30a50733dbbc3932fd58ec3319ad9ffc1a1 (diff) | |
download | dotfiles-bcaf532500e82747f6266c11ec1347a431886fcb.tar.gz dotfiles-bcaf532500e82747f6266c11ec1347a431886fcb.tar.bz2 dotfiles-bcaf532500e82747f6266c11ec1347a431886fcb.tar.xz dotfiles-bcaf532500e82747f6266c11ec1347a431886fcb.zip |
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"; |