From 9e1e6ccedf25a8e76d346a8ff3014dfe98c5924a Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 22 Apr 2017 14:40:50 +0200 Subject: Remove some useless conf file --- irssi/.irssi/config | 78 ----------------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 irssi/.irssi/config (limited to 'irssi/.irssi/config') diff --git a/irssi/.irssi/config b/irssi/.irssi/config deleted file mode 100644 index 9ef1531..0000000 --- a/irssi/.irssi/config +++ /dev/null @@ -1,78 +0,0 @@ -# ██ ██ -# ░░ ░░ -# ██ ██████ ██████ ██████ ██ -# ░██░░██░░█ ██░░░░ ██░░░░ ░██ -# ░██ ░██ ░ ░░█████ ░░█████ ░██ -# ░██ ░██ ░░░░░██ ░░░░░██░██ -# ░██░███ ██████ ██████ ░██ -# ░░ ░░░ ░░░░░░ ░░░░░░ ░░ -# -# ▓▓▓▓▓▓▓▓▓▓ -# ░▓ author ▓ xero -# ░▓ code ▓ http://code.xero.nu/dotfiles -# ░▓ mirror ▓ http://git.io/.files -# ░▓▓▓▓▓▓▓▓▓▓ -# ░░░░░░░░░░ - -utf8 = "on"; - -servers = ( - { - address = "unix.chat"; - chatnet = "unixchat"; - port = "6697"; - use_ssl = "yes"; - ssl_verify = "yes"; - ssl_capath = "/etc/ssl/certs/"; - autoconnect = "yes"; - } -); - -chatnets = { unixchat = { type = "IRC"; nick = "neongold"; }; }; - -channels = ( - { name = "#unix"; chatnet = "unixchat"; autojoin = "Yes"; } -); - -aliases = { - emote = "exec -o emote"; - ascii = "exec -o toilet -f future --irc"; - rusto = "exec -o toilet -f rusto --irc"; - rustofat = "exec -o toilet -f rustofat --irc"; - gay = "exec -o toilet -f term --gay --irc"; - toilet = "exec -o toilet"; - ns = "msg nickserv"; - cs = "msg chanserv"; -}; - -settings = { - core = { real_name = "neongold"; user_name = "neongold"; nick = "neongold"; }; - "fe-text" = { - actlist_sort = "refnum"; - term_force_colors = "yes"; - indent = "12"; - }; - "fe-common/core" = { - theme = "neongold.theme"; - bell_beeps = "no"; - autolog_path = "/var/logs/irc/$tag/$0.log"; - autolog = "yes"; - }; -}; -logs = { }; -statusbar = { - default = { - window = { - items = { - barstart = { priority = "100"; }; - user = { }; - window = { }; - window_empty = { }; - lag = { priority = "-1"; }; - act = { priority = "10"; }; - more = { priority = "-1"; alignment = "right"; }; - barend = { priority = "100"; alignment = "right"; }; - }; - }; - }; -}; -- cgit v1.2.1