Re: permanent logging in irssi across networks/servers and channels.

Aleksey Tsalolikhin <[email protected]> Fri, 25 Jan 2013 18:48:32 -0800
Newsgroups gmane.network.irc.irssi.user
Message-ID <CA+jMWofx_OzWXDDe-=EWFmgDA62Kf_zdJR6oNVBDr+uW1fdp6g@mail.gmail.com>
On Wed, Jan 23, 2013 at 10:43 PM, shirish =E0=A4=B6=E0=A4=BF=E0=A4=B0=E0=A5=
=80=E0=A4=B7 <[email protected]> wrote:
> For e.g. Is there a way to have permanent logging in irssi across
> networks/servers and channels where I participate in ?

Run this:

/SET autolog_level ALL -CRAP -CLIENTCRAP -CTCPS
/SET autolog_path ~/irclogs/$tag/$0.log
/SET autolog ON
/SAVE

And it should save it to your config file.

Best,
-at