123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- servers = (
- { address = "irc.ubuntu.com"; chatnet = "Ubuntu"; port = "8001"; },
- { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
- { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
- { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
- {
- address = "irc.undernet.org";
- chatnet = "Undernet";
- port = "6667";
- },
- { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
- {
- address = "irc.quakenet.org";
- chatnet = "QuakeNet";
- port = "6667";
- },
- { address = "irc.oftc.net"; chatnet = "OFTC"; port = "6667"; },
- {
- address = "irc.gamesurge.net";
- chatnet = "GameSurge";
- port = "6667";
- },
- { address = "irc.webchat.org"; chatnet = "WebChat"; port = "6667"; },
- { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
- { address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
- { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
- {
- address = "irc.freenode.net; chatnet = ";
- Freenode = "; port = ; }\012 use_ssl = ";
- yes = ";\012 }\012);\012\012chatnets = {\012 IRCnet = {\012 type = ";
- no = ";\012 autoconnect = ";
- IRC = "; };\012};\012\012channels = (\012 { name = ";
- 4 = ";\012 max_msgs = ";
- 5 = ";\012 };\012 EFNet = { \012 type = ";
- 3 = ";\012 max_whois = ";
- 1 = ";\012 max_msgs = ";
- 30 = ";\012 };\012 SILC = { type = ";
- SILC = "; };\012 Ubuntu = { type = ";
- #irssi"; chatnet = "ircnet"; autojoin = "No"; },
- name = "silc";
- chatnet = "silc";
- autojoin = "No";
- },
- {
- address = "irc.freenode.net";
- chatnet = "Freenode";
- port = "";
- use_ssl = "yes";
- ssl_verify = "no";
- autoconnect = "yes";
- },
- {
- address = "irc.libera.chat";
- chatnet = "LiberaChat";
- port = "";
- # 6697
- use_ssl = "yes";
- ssl_verify = "no";
- autoconnect = "yes";
- },
- {
- address = "irc.insomnia247.nl";
- chatnet = "Insomnia247";
- port = "";
- use_ssl = "yes";
- ssl_verify = "no";
- autoconnect = "no";
- }
- );
- 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:$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://irssi.org/help/";
- # 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"; };
- };
- };
- add = { };
- wl0 = {
- items = {
- barstar = { priority = "100"; };
- wlstat0 = { };
- barend = { priority = "100"; alignment = "right"; };
- };
- };
- };
- };
- settings = {
- core = {
- real_name = "Mark Rice";
- user_name = "archer72";
- nick = "archer72";
- rawlog_lines = "5000";
- };
- "fe-text" = { actlist_sort = "refnum"; };
- "fe-common/core" = {
- use_status_window = "no";
- autocreate_windows = "no";
- autoclose_windows = "no";
- reuse_unused_windows = "yes";
- theme = "~/.irssi/default.theme";
- autolog = "yes";
- autolog_path = "/var/log/irclogs/$tag/$0.log";
- autolog_colors = "no";
- };
- "perl/core/scripts" = { nicklist_automode = "SCREEN"; };
- };
- chatnets = {
- Ubuntu = { type = "IRC"; };
- IRCnet = { type = "IRC"; };
- EFNet = { type = "IRC"; };
- Undernet = { type = "IRC"; };
- DALnet = { type = "IRC"; };
- QuakeNet = { type = "IRC"; };
- OFTC = { type = "IRC"; };
- GameSurge = { type = "IRC"; };
- WebChat = { type = "IRC"; };
- Rizon = { type = "IRC"; };
- LinkNet = { type = "IRC"; };
- SILC = { type = "IRC"; };
- Freenode = { type = "IRC"; };
- Insomnia247 = { type = "IRC"; };
- LiberaChat = { type = "IRC"; };
- };
- channels = (
- { name = "#urandom"; chatnet = "LiberaChat"; autojoin = "yes"; },
- { name = "#oggcastplanet"; chatnet = "LiberaChat"; autojoin = "no"; },
- { name = "#archlinux"; chatnet = "LiberaChat"; autojoin = "no"; },
- { name = "#suse"; chatnet = "LiberaChat"; autojoin = "no"; },
- { name = "#openSUSE-chat"; chatnet = "LiberaChat"; autojoin = "no"; },
- {
- name = "#archlinux-offtopic";
- chatnet = "LiberaChat";
- autojoin = "yes";
- },
- { name = "#irssi"; chatnet = "LiberaChat"; autojoin = "no"; }
- );
- ignores = (
- {
- mask = "ALL";
- level = "CRAP MSGS NOTICES SNOTES CTCPS JOINS PARTS QUITS KICKS MODES TOPICS WALLOPS INVITES NICKS DCC DCCMSGS CLIENTNOTICES CLIENTCRAP CLIENTERRORS HILIGHTS";
- channels = ( "#archlinux" );
- },
- { mask = "channel"; level = "ALL"; }
- );
- keyboard = (
- # { key = "menu-1"; id = "change_window"; data = "1"; },
- # { key = "super-1"; id = "change_window"; data = "1"; },
- # { key = "Super-1"; id = "change_window"; data = "1"; }
- );
- logs = { };
- windows = {
- 1 = {
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#oggcastplanet";
- tag = "LiberaChat";
- }
- );
- };
- 1 = {
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#urandom";
- tag = "LiberaChat";
- }
- );
- };
- # 2 = { };
- # 3 = {
- # items = (
- # {
- # type = "CHANNEL";
- # chat_type = "IRC";
- # name = "#suse";
- # tag = "LiberaChat";
- # }
- # );
- # };
- # 4 = { };
- # 5 = {
- # items = (
- # {
- # type = "CHANNEL";
- # chat_type = "IRC";
- # name = "#openSUSE-chat";
- # tag = "LiberaChat";
- # }
- # );
- # };
- };
- mainwindows = { 1 = { first_line = "1"; lines = "25"; }; };
|