X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=irssi%2F.irssi%2Fconfig.skel;fp=irssi%2F.irssi%2Fconfig.skel;h=43c024edceff72cccbc03e433bc8318ac4a38759;hp=0000000000000000000000000000000000000000;hb=3c06b323e64510dfebc20538189cc8964ecd2a29;hpb=da210ad8de5204fd74edaeb1e9bf9e872c2375ae diff --git a/irssi/.irssi/config.skel b/irssi/.irssi/config.skel new file mode 100644 index 0000000..43c024e --- /dev/null +++ b/irssi/.irssi/config.skel @@ -0,0 +1,24 @@ +aliases = { wc = "window close"; }; +settings = { + "fe-text" = { + actlist_sort = "refnum"; + paste_join_multiline = "no"; + paste_detect_time = "0"; + paste_use_bracketed_mode = "yes"; + }; + "fe-common/core" = { + autolog = "yes"; + beep_msg_level = "MSGS NOTICES INVITES DCC DCCMSGS HILIGHT PUBLIC"; + autolog_path = "~/secure/irclogs/$tag/$0.log"; + beep_when_window_active = "yes"; + hilight_nick_matches_everywhere = "yes"; + }; + core = { + real_name = "Sergey Matveev"; + user_name = "stargrave"; + nick = "stargrave"; + timestamp_format = "%H:%M:%S"; + }; +}; +logs = { }; +hilights = ( { text = "stargrave"; nick = "yes"; word = "yes"; } );