From 0b1270abd4b8009c26a2a3b5811598520ab5987c Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 Feb 2015 21:49:19 +0100 Subject: .irssi: Removing irssi settings from dotfiles repository. --- .irssi/config | 437 ---------------------------------------------------------- 1 file changed, 437 deletions(-) delete mode 100644 .irssi/config (limited to '.irssi/config') diff --git a/.irssi/config b/.irssi/config deleted file mode 100644 index 603a9c9..0000000 --- a/.irssi/config +++ /dev/null @@ -1,437 +0,0 @@ -servers = ( - { - address = "localhost"; - chatnet = "bitlbee"; - port = "6667"; - autoconnect = "yes"; - password = "st3ll4r.3nv3l0p3"; - }, - { - address = "chat.freenode.org"; - chatnet = "freenode"; - port = "6697"; - use_ssl = "yes"; - autoconnect = "yes"; - password = "dvzrv:s0m3th1ng.n3w.4tw"; - }, - { - address = "irc.swepipe.se"; - chatnet = "efnet"; - port = "6697"; - use_ssl = "yes"; - autoconnect = "yes"; - }, - { - address = "irc.oftc.net"; - chatnet = "oftc"; - port = "6697"; - use_ssl = "yes"; - autoconnect = "yes"; - }, - { - address = "irc.what-network.net"; - chatnet = "whatnet"; - port = "6697"; - use_ssl = "yes"; - autoconnect = "yes"; - password = "mAdmAchInE:bl4hbl4hbl4h"; - } -); - -chatnets = { - bitlbee = { type = "IRC"; nick = "DavidRunge"; }; - freenode = { type = "IRC"; nick = "dvzrv"; realname = "David Runge"; }; - efnet = { - type = "IRC"; - max_kicks = "4"; - max_msgs = "3"; - max_whois = "1"; - nick = "dvzrv"; - real_name = "David Runge"; - }; - oftc = { type = "IRC"; nick = "dvzrv"; realname = "David Runge"; }; - whatcd = { - type = "IRC"; - nick = "mAdmAchInE"; - realname = "yourMom"; - autosendcmd = "/msg Drone identify mAdmAchInE bl4hbl4hbl4h; wait Drone 2000"; - }; - whatnet = { type = "IRC"; }; -}; - -channels = ( - { name = "#unixpool"; chatnet = "freenode"; autojoin = "Yes"; }, - { name = "#freaks"; chatnet = "efnet"; autojoin = "Yes"; }, - { name = "#awesome"; chatnet = "oftc"; autojoin = "Yes"; }, - { name = "#archlinux"; chatnet = "freenode"; autojoin = "Yes"; }, - { name = "#archlinux-arm"; chatnet = "freenode"; autojoin = "Yes"; }, - { name = "#archaudio"; chatnet = "freenode"; autojoin = "Yes"; }, - { name = "#supercollider"; chatnet = "freenode"; autojoin = "Yes"; }, - { name = "#ffado"; chatnet = "freenode"; autojoin = "Yes"; }, - { name = "#what.cd-help"; chatnet = "whatnet"; autojoin = "Yes"; } -); - -hilights = ( - { - text = "[x]*dvzrv -color %G"; - nick = "yes"; - word = "yes"; - regexp = "yes"; - } -); - -aliases = { - J = "join"; - WJOIN = "join -window"; - WQUERY = "query -window"; - LEAVE = "part"; - BYE = "quit"; - EXIT = "quit"; - SIGNOFF = "quit"; - DESCRIBE = "action"; - DATE = "time"; - HOST = "userhost"; - LAST = "lastlog"; - SAY = "msg *"; - WI = "whois"; - WII = "whois $0 $0"; - WW = "whowas"; - W = "who"; - N = "names"; - M = "msg"; - T = "topic"; - C = "clear"; - CL = "clear"; - K = "kick"; - KB = "kickban"; - KN = "knockout"; - BANS = "ban"; - B = "ban"; - MUB = "unban *"; - UB = "unban"; - IG = "ignore"; - UNIG = "unignore"; - SB = "scrollback"; - UMODE = "mode $N"; - WC = "window close"; - WN = "window new hide"; - SV = "say Irssi $J ($V) - http://irssi.org/"; - GOTO = "sb goto"; - CHAT = "dcc chat"; - RUN = "SCRIPT LOAD"; - CALC = "exec - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi"; - SBAR = "STATUSBAR"; - INVITELIST = "mode $C +I"; - Q = "QUERY"; - "MANUAL-WINDOWS" = "set use_status_window off;set autocreate_windows off;set autocreate_query_level none;set autoclose_windows off;set reuse_unused_windows on;save"; - EXEMPTLIST = "mode $C +e"; - ATAG = "WINDOW SERVER"; - UNSET = "set -clear"; - RESET = "set -default"; -}; - -statusbar = { - # formats: - # when using {templates}, the template is shown only if it's argument isn't - # empty unless no argument is given. for example {sb} is printed always, - # but {sb $T} is printed only if $T isn't empty. - - items = { - # start/end text in statusbars - barstart = "{sbstart}"; - barend = "{sbend}"; - - topicbarstart = "{topicsbstart}"; - topicbarend = "{topicsbend}"; - - # treated "normally", you could change the time/user name to whatever - time = "{sb $Z}"; - user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}"; - - # treated specially .. window is printed with non-empty windows, - # window_empty is printed with empty windows - window = "{sb $winref:$tag/$itemname{sbmode $M}}"; - window_empty = "{sb $winref{sbservertag $tag}}"; - prompt = "{prompt $[.15]itemname}"; - prompt_empty = "{prompt $winname}"; - topic = " $topic"; - topic_empty = " Irssi v$J - http://www.irssi.org"; - - # all of these treated specially, they're only displayed when needed - lag = "{sb Lag: $0-}"; - act = "{sb Act: $0-}"; - more = "-- more --"; - }; - - # there's two type of statusbars. root statusbars are either at the top - # of the screen or at the bottom of the screen. window statusbars are at - # the top/bottom of each split window in screen. - default = { - # the "default statusbar" to be displayed at the bottom of the window. - # contains all the normal items. - window = { - disabled = "no"; - - # window, root - type = "window"; - # top, bottom - placement = "bottom"; - # number - position = "1"; - # active, inactive, always - visible = "active"; - - # list of items in statusbar in the display order - items = { - barstart = { priority = "100"; }; - time = { }; - user = { }; - window = { }; - window_empty = { }; - lag = { priority = "-1"; }; - act = { priority = "10"; }; - more = { priority = "-1"; alignment = "right"; }; - barend = { priority = "100"; alignment = "right"; }; - }; - }; - - # statusbar to use in inactive split windows - window_inact = { - type = "window"; - placement = "bottom"; - position = "1"; - visible = "inactive"; - items = { - barstart = { priority = "100"; }; - window = { }; - window_empty = { }; - more = { priority = "-1"; alignment = "right"; }; - barend = { priority = "100"; alignment = "right"; }; - }; - }; - - # we treat input line as yet another statusbar :) It's possible to - # add other items before or after the input line item. - prompt = { - type = "root"; - placement = "bottom"; - # we want to be at the bottom always - position = "100"; - visible = "always"; - items = { - prompt = { priority = "-1"; }; - prompt_empty = { priority = "-1"; }; - # treated specially, this is the real input line. - input = { priority = "10"; }; - }; - }; - - # topicbar - topic = { - type = "root"; - placement = "top"; - position = "1"; - visible = "always"; - items = { - topicbarstart = { priority = "100"; }; - topic = { }; - topic_empty = { }; - topicbarend = { priority = "100"; alignment = "right"; }; - }; - }; - }; -}; - -settings = { - core = { - real_name = "David Runge"; - user_name = "dave"; - nick = "dvzrv"; - awaylog_level = "MSGS HILIGHT"; - recode_out_default_charset = "UTF-8"; - recode_transliterate = "yes"; - recode_autodetect_utf8 = "yes"; - recode_fallback = "CP1252"; - timestamp_format = "%H:%M:%S"; - }; - "fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; }; - "fe-common/core" = { - theme = "solarized-universal"; - autolog = "yes"; - hilight_level = "PUBLIC DCCMSGS MSGS"; - term_charset = "UTF-8"; - autolog_path = "~/.irssi/logs/%Y/$tag/$0.%m-%d.log"; - activity_hide_level = "JOINS PARTS QUITS MODES"; - autolog_ignore_targets = "bitlbee/#twitter_dvzrv bitlbee/#twitter_frqrec bitlbee/&bitlbee bitlbee/auth MichaelThomas PeterOhm"; - }; - "perl/core/scripts" = { tmux_away_active = "yes"; }; -}; - -ignores = ( - { - level = "JOINS PARTS QUITS MODES NICKS"; - channels = ( "&bitlbee" ); - }, - { - level = "JOINS PARTS QUITS MODES NICKS"; - channels = ( "#archlinux" ); - }, - { - level = "JOINS PARTS QUITS MODES NICKS"; - channels = ( "#archlinux-arm" ); - }, - { level = ""; channels = ( "#ffado" ); }, - { level = ""; channels = ( "#archaudio" ); }, - { - level = "JOINS PARTS QUITS MODES NICKS"; - channels = ( "#awesome" ); - }, - { - level = "JOINS PARTS QUITS MODES NICKS"; - channels = ( "#what.cd-help" ); - }, - { level = ""; channels = ( "#unixpool" ); }, - { level = ""; channels = ( "#supercollider" ); }, - { - level = "JOINS PARTS QUITS MODES NICKS"; - channels = ( "#twitter_dvzrv" ); - }, - { - level = "JOINS PARTS QUITS MODES NICKS"; - channels = ( "#twitter_frqrec" ); - }, - { level = ""; channels = ( "#freaks" ); } -); - -logs = { }; - -keyboard = ( - { key = "meta-u"; id = "command"; data = "nicklist update"; }, - { key = "meta-right"; id = "command"; data = "window next"; } -); - -windows = { - 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; - 2 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "&bitlbee"; - tag = "bitlbee"; - } - ); - }; - 3 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#twitter_dvzrv"; - tag = "bitlbee"; - } - ); - }; - 4 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#twitter_frqrec"; - tag = "bitlbee"; - } - ); - }; - 5 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#unixpool"; - tag = "freenode"; - } - ); - }; - 6 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#freaks"; - tag = "efnet"; - } - ); - }; - 7 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#awesome"; - tag = "oftc"; - } - ); - }; - 8 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#archlinux"; - tag = "freenode"; - } - ); - }; - 9 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#archaudio"; - tag = "freenode"; - } - ); - }; - 10 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#supercollider"; - tag = "freenode"; - } - ); - }; - 11 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#ffado"; - tag = "freenode"; - } - ); - }; - 12 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#archlinux-arm"; - tag = "freenode"; - } - ); - }; - 13 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#what.cd-help"; - tag = "whatnet"; - } - ); - }; -}; - -mainwindows = { 6 = { first_line = "1"; lines = "70"; }; }; -- cgit v1.2.3-54-g00ecf