commit 4fbe1a52fb90197eddcaee4483233d81eaa700d4
parent 6615c8c815905c903be6c1613671fdc4613249a1
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 27 May 2020 12:04:17 -0700
Update irssi config
Diffstat:
M | .irssi/config | | | 263 | ++++++++++++++++++++++++++++++++++++++++--------------------------------------- |
D | .irssi/xchat.theme | | | 465 | ------------------------------------------------------------------------------- |
2 files changed, 134 insertions(+), 594 deletions(-)
diff --git a/.irssi/config b/.irssi/config
@@ -1,208 +1,216 @@
servers = (
- { address = "irc.ubuntu.com"; chatnet = "Ubuntu"; port = "8001"; },
- { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
+ { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
+ {
+ address = "ssl.efnet.org";
+ chatnet = "EFNet";
+ port = "9999";
+ use_tls = "yes";
+ },
+ {
+ address = "irc.esper.net";
+ chatnet = "EsperNet";
+ port = "6697";
+ use_tls = "yes";
+ tls_verify = "yes";
+ },
+ {
+ address = "chat.freenode.net";
+ chatnet = "Freenode";
+ port = "6697";
+ use_tls = "yes";
+ tls_verify = "yes";
+ },
{
- address = "irc.open-ircnet.net";
+ address = "eu.irc6.net";
chatnet = "IRCnet";
port = "6667";
+ use_tls = "yes";
},
- { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
+ { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
{
- address = "irc.undernet.org";
- chatnet = "Undernet";
+ address = "irc.ircsource.net";
+ chatnet = "IRCSource";
port = "6667";
},
- { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
+ {
+ address = "irc.oftc.net";
+ chatnet = "OFTC";
+ port = "6697";
+ use_tls = "yes";
+ tls_verify = "yes";
+ },
{
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.rizon.net";
+ chatnet = "Rizon";
+ port = "6697";
+ use_tls = "yes";
+ tls_verify = "yes";
},
- { 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 = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
+ {
+ address = "irc.undernet.org";
+ chatnet = "Undernet";
+ port = "6667";
+ }
);
chatnets = {
- IRCnet = {
+ DALnet = {
type = "IRC";
max_kicks = "4";
- max_msgs = "5";
- max_whois = "4";
- max_query_chans = "5";
+ max_msgs = "20";
+ max_whois = "30";
};
EFNet = {
type = "IRC";
- max_kicks = "4";
- max_msgs = "3";
+ max_kicks = "1";
+ max_msgs = "4";
max_whois = "1";
};
- Undernet = {
+ EsperNet = {
type = "IRC";
max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
- };
- DALnet = {
- type = "IRC";
- max_kicks = "4";
- max_msgs = "3";
- max_whois = "30";
+ max_msgs = "4";
+ max_whois = "1";
};
- QuakeNet = {
+ Freenode = {
type = "IRC";
max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
+ max_msgs = "4";
+ max_whois = "1";
};
- OFTC = {
+ IRCnet = {
type = "IRC";
max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
+ max_msgs = "1";
+ max_whois = "1";
};
- GameSurge = {
+ IRCSource = {
type = "IRC";
max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
+ max_msgs = "4";
+ max_whois = "1";
};
- WebChat = {
+ OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; };
+ QuakeNet = {
type = "IRC";
max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
+ max_msgs = "1";
+ max_whois = "1";
};
Rizon = {
type = "IRC";
max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
+ max_msgs = "1";
+ max_whois = "1";
};
- LinkNet = {
+ SILC = { type = "SILC"; };
+ Undernet = {
type = "IRC";
max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
+ max_msgs = "1";
+ max_whois = "1";
};
- SILC = { type = "SILC"; };
- Ubuntu = { type = "IRC"; };
};
channels = (
- { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
- { name = "silc"; chatnet = "silc"; autojoin = "No"; }
+ { name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; },
+ { name = "#freenode"; chatnet = "Freenode"; autojoin = "No"; },
+ { name = "#irssi"; chatnet = "Freenode"; autojoin = "No"; },
+ { name = "#irssi"; chatnet = "IRCNet"; autojoin = "No"; },
+ { name = "#ircsource"; chatnet = "IRCSource"; autojoin = "No"; },
+ { name = "#oftc"; chatnet = "OFTC"; autojoin = "No"; },
+ { name = "silc"; chatnet = "SILC"; autojoin = "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";
+ ATAG = "WINDOW SERVER";
+ ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
+ B = "BAN";
+ BACK = "AWAY";
+ BANS = "BAN";
+ BYE = "QUIT";
+ C = "CLEAR";
+ CALC = "EXEC - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi";
+ CHAT = "DCC CHAT";
+ DATE = "TIME";
+ DEHIGHLIGHT = "DEHILIGHT";
+ DESCRIBE = "ACTION";
+ DHL = "DEHILIGHT";
+ EXEMPTLIST = "MODE $C +e";
+ EXIT = "QUIT";
+ GOTO = "SCROLLBACK GOTO";
+ HIGHLIGHT = "HILIGHT";
+ HL = "HILIGHT";
+ HOST = "USERHOST";
+ INVITELIST = "MODE $C +I";
+ J = "JOIN";
+ K = "KICK";
+ KB = "KICKBAN";
+ KN = "KNOCKOUT";
+ LAST = "LASTLOG";
+ LEAVE = "PART";
+ M = "MSG";
+ MUB = "UNBAN *";
+ N = "NAMES";
+ NMSG = "^MSG";
+ P = "PART";
+ Q = "QUERY";
+ RESET = "SET -default";
RUN = "SCRIPT LOAD";
- CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
+ SAY = "MSG *";
+ SB = "SCROLLBACK";
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";
+ SIGNOFF = "QUIT";
+ SV = "MSG * Irssi $J ($V) - https://irssi.org";
+ T = "TOPIC";
+ UB = "UNBAN";
+ UMODE = "MODE $N";
+ UNSET = "SET -clear";
+ W = "WHO";
+ WC = "WINDOW CLOSE";
+ WG = "WINDOW GOTO";
+ WJOIN = "JOIN -window";
+ WI = "WHOIS";
+ WII = "WHOIS $0 $0";
+ WL = "WINDOW LIST";
+ WN = "WINDOW NEW HIDDEN";
+ WQUERY = "QUERY -window";
+ WW = "WHOWAS";
};
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
+ topic_empty = " Irssi v$J - https://irssi.org";
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 = { };
@@ -216,12 +224,12 @@ statusbar = {
};
};
- # statusbar to use in inactive split windows
window_inact = {
type = "window";
placement = "bottom";
position = "1";
visible = "inactive";
+
items = {
barstart = { priority = "100"; };
window = { };
@@ -231,28 +239,25 @@ statusbar = {
};
};
- # 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 = { };
@@ -262,6 +267,7 @@ statusbar = {
};
};
};
+
settings = {
core = {
real_name = "Chris Bracken";
@@ -269,5 +275,4 @@ settings = {
nick = "cbracken";
};
"fe-text" = { actlist_sort = "refnum"; };
- "fe-common/core" = { theme = "xchat"; };
};
diff --git a/.irssi/xchat.theme b/.irssi/xchat.theme
@@ -1,465 +0,0 @@
-#######################################################################
-#
-# xchat.theme for irssi - http://waxman.org/irssi/xchat.theme (xchat.png)
-#
-# xchat.theme, Public Beta, 1.5.1 2004/08/06
-#
-# Copyright 2004 Dave Waxman
-#
-# Please report any bugs to xchattheme@waxman.org
-#
-# For best results it is suggested you do the following:
-# /set show_nickmode_empty on
-# /set hide_server_tag on
-# /set timestamp %H:%M:%S
-# /set indent 28
-#
-# This theme is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This theme is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this theme; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-#######################################################################
-
-
-# default foreground color (%w) - -1 is the "default terminal color"
-default_color = "-1";
-
-# print timestamp/servertag at the end of line, not at beginning
-info_eol = "false";
-
-# these characters are automatically replaced with specified color
-# (dark grey by default)
-#replaces = { "[]=" = "%b$*%n"; };
-
-abstracts = {
-
- # text to insert at the beginning of each non-message line
- line_start = "";
-
- # timestamp styling, nothing by default
- timestamp = "%K[%n$0-%K]%n";
-
- # any kind of text that needs hilighting, default is to bold
- hilight = "%_$*%_";
-
- # any kind of error message, default is bright red
- error = "%R$*%n";
-
- # channel name is printed
- channel = "$*";
-
- # nick is printed
- nick = "%_$*%_";
-
- # nick host is printed
- nickhost = "%K[%n$*%K]%n";
-
- # server name is printed
- server = "%_$*%_";
-
- # some kind of comment is printed
- comment = "$*";
-
- # reason for something is printed (part, quit, kick, ..)
- reason = "{comment $*}";
-
- # highlighted nick/host is printed (joins)
- channick_hilight = "%W$*%w";
- chanhost_hilight = "{nickhost %c$*%w}";
-
- # nick/host is printed (parts, quits, etc.)
- channick = "%w$*%w";
- chanhost = "{nickhost $*}";
-
- # highlighted channel name is printed
- channelhilight = "%n$*%n";
-
- # ban/ban exception/invite list mask is printed
- ban = "%c$*%n";
-
- # Actions
-
- action_core = " %m * %K|%W $*%n";
-
- # generic one that's used by most actions
- action = "{action_core $*} ";
-
- # own action, both private/public
- ownaction = "{action $*}";
-
- # own action with target, both private/public
- ownaction_target = "{action_core $0}%W:%c$1%n ";
-
- # private action sent by others
- pvtaction = "%G (*) $*%n ";
- pvtaction_query = "{action $*}";
-
- # public action sent by others
- pubaction = "{action $*}";
-
- # wallops
- wallop = "%b$*%n: ";
- wallop_nick = "%w$*";
- wallop_action = "%W * $*%n ";
-
- # DCC
- dcc = " %w-%c-%C- %K|%G $*%n";
- dccfile = "%_$*%_";
-
- # DCC chat, own msg/action
- dccownmsg = "%K[%r$0%b($1-%b)%w%K] ";
- dccownnick = "%R$*%n";
- dccownquerynick = "%G$*%n";
- dccownaction = "{action $*}";
- dccownaction_target = "{action_core $0}%W:%c$1%n ";
-
- # DCC chat, others
- dccmsg = "%K[%G$1-%b(%g$0%b)%w%K]%n ";
- dccquerynick = "%G$*%w";
- dccaction = "%W (*dcc*) $*%w %|";
-
- ##
- ## statusbar
- ##
-
- # default background for all statusbars. You can also give
- # the default foreground color for statusbar items.
- sb_background = "%n%n";
-
- # background for prompt / input line
- sb_prompt_bg = "%w";
- # background for info statusbar
- sb_info_bg = "%8";
-
- # text at the beginning of statusbars. sb-item already puts
- # space there,so we don't use anything by default.
- sbstart = "%K-(";
- # text at the end of statusbars. Use space so that it's never
- # used for anything.
- sbend = "%K)-";
-
- topicsbstart = "{sbstart $*}";
- topicsbend = "{sbend $*}";
-
- prompt = "%K[%w$tag%K/%m$cumode%c$*%K]%n ";
-
-
- sb = " %m-=%K[%w$*%K]%m=-%n";
- sbmode = "%K(%n+%C$*%K)%n";
- sbaway = " %K(%MzZzZ%K)";
- sbservertag = "%n:$0 (change with ^X)";
-
- # activity in statusbar
-
- # ',' separator
- sb_act_sep = "%K$*";
- # normal text
- sb_act_text = "%c$*";
- # public message
- sb_act_msg = "%W$*";
- # hilight
- sb_act_hilight = "%M$*";
- # hilight with specified color, $0 = color, $1 = text
- sb_act_hilight_color = "$0$1-%w";
-
- indent_default = " %K|%n ";
-};
-formats = {
- "fe-text" = {
- lastlog_too_long = " %w-%c-%C- %K| %W/LASTLOG %nwould print %C$0 %nlines. Use the -force option to print all of them.";
- lastlog_count = " %w-%c-%C- %K| %W/LASTLOG %C$0 $nlines";
- lastlog_start = " %w-%c-%C- %K| %nBegining of LASTLOG:";
- lastlog_end = " %w-%c-%C- %K| %nEnd of LASTLOG";
- lastlog_separator = " %w-%c-%C- %K| %c---";
- refnum_not_found = " %w-%c-%C- %K| %RERROR: %nWindow number %C{hilight $0] %ndoes not exist";
- window_too_small = " %w-%c-%C- %K| %RERROR: %nNot enough room to resize this window";
- cant_hide_last = " %w-%c-%C- %K| %RERROR: %nYou can't hide the last window";
- cant_hide_sticky_windows = " %w-%c-%C- %K| %RError: %nYou can't hide sticky windows";
- cant_show_sticky_windows = " %w-%c-%C- %K| %RError: %nYou can't show sticky windows";
- window_not_sticky = " %w-%c-%C- %K| %WWindow: %nWindow is not sticky";
- window_set_sticky = " %w-%c-%C- %K| %WWindow: %nWindow set sticky";
- window_unset_sticky = " %w-%c-%C- %K| %WWindow: %nWindow set not sticky";
- window_info_sticky = " %w-%c-%C- %K| %WWindow: %nWindow Sticky : $0";
- Window_info_scroll = " %w-%c-%C- %K| %WWindow: %nWindow Scroll : $0";
- paste_warning = " %w-%c-%C- %K| %rWARNING: %nTrying to paste %C$0%n lines to %W$1%n.";
- paste_prompt = "%RPress Ctrl-K to continue, Ctrl-C to abort.";
- };
- "fe-common/core" = {
- line_start_irssi = "";
- join = " %w-%c-%C> %K|%n {channick_hilight $0} {chanhost_hilight $1} has joined %c{channel $2}";
- part = " %w<%c-%C- %K|%n {channick_hilight $0} {chanhost_hilight $1} has left %c{channel $_$2$_} %K(%n{reason $3}%K)";
- kick = " %w<%c-%C- %K|%n {nick $2} has kicked {channick_hilight $0} %nfrom %c{channel $_$1$_} %K(%n{reason $3}%K)";
- quit = " %w<%c-%C- %K|%n {channick_hilight $0} %K[%c$1%K] %nhas quit %K(%n{reason $2}%K)";
- names = " %w-%c-%C- %K|%C Users on $0:";
- names_prefix = " %w-%c-%C- %K| ";
- names_nick_op = "%K[%C$0%n$1-%K] ";
- names_nick_halfop = "%K[%c$0%n$1-%K] ";
- names_nick_voice = "%K[%c$0%n$1-%K] ";
- names_nick = "%K[%n$0$1%K] ";
- endofnames = " %w-%c-%C- %K| %nUsers %c$1 %nnicks %K[%c$2 %nops, %c$3 %nhalfops, %c$4 %nvoices, %c$5 %nnormal%K]";
- quit_once = "{channel $3} {channick $0} {chanhost $1} %K(%n{reason $2}%K)%n {channel $_$2$_}";
- nick_changed = " %w-%c-%C- %K| %W$0 %nis now known as %C$1";
- chanmode_change = " %w-%c-%C- %K| %W{nickhilight $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
- channel_mode = " %w-%c-%C- %K| %W{nickhilight $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
- topic = " %w-%c-%C- %K| %nTopic for {channelhilight $0} is $1";
- new_topic = " %w-%c-%C- %K| %W{nick $0} %nhas changed the topic to: %C$2";
- topic_unset = " %w-%c-%C- %K| %nTopic unset by {nick $0} on {channel $1}";
- daychange = " %w-%c-%C- %K| %nDay changed to %%d %%b %%Y";
- your_nick_changed = " %w-%c-%C- %K| %nYou're now known as %W$1";
-
- #pubmsg = "%b<%w$2\00311$[-11]0%b> %K|%n $1";
- own_msg_private_query = "%m<%W$[-12]2%m> %K| %n$1";
- msg_private_query = "%b<%w$[-12]0%b>%K | %n$2";
- own_msg = "%m<%W$2$[-11]0%m>%K | %n$1";
- own_msg_private = "%G>%w$[-12]0%G<%K |%n $1-";
- pubmsg_me = "{pubmsgmenick {menick $[-11]0}}%K|%n $1";
- pubmsg_me_channel = "{pubmsgmenick $3 {menick $[-11]0}{msgchannel $1}}%K|%n $2";
- pubmsg_hilight = "{pubmsghinick $0 $3 $[-11]1}%K|%n $2";
- pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[-11]1{msgchannel $2}}%K|%n $3";
- #pubmsg_channel = "{pubmsgnick {pubnick $[-11]0}{msgchannel $1}}%K|%n $2";
-
- pubmsg = "{pubmsgnick $2 {pubnick \00304$0}}$1";
- talking_with = " %w-%c-%C- %K| %nYou are now talking with %W$0";
- refnum_too_low = " %w-%c-%C- %K| %WWindow: %nWindow number must be greater than 1";
- error_server_sticky = " %w-%c-%C- %K| %WWindow: %nWindow's server is sticky, use -unsticky option to change";
- set_server_sticky = " %w-%c-%C- %K| %WWindow: %nWindow's server set sticky";
- unset_server_sticky = " %w-%c-%C- %K| %WWindow: %nWindow's server set not sticky";
- window_name_not_unique = " %w-%c-%C- %K| %WWindow: %nWindow names must be unique";
- window_level = " %w-%c-%C- %K| %WWindow: %nWindow level is now %C$0";
- window_set_immortal = " %w-%c-%C- %K| %WWindow: %nWindow set immortal";
- window_unset_immortal = " %w-%c-%C- %K| %WWindow: %nbWindow set not immortal";
- window_immortal_error = " %w-%c-%C- %K| %WWindow: %nWindow is immortal";
- windowlist_header = " %w-%c-%C- %K| %nRef Name Active item Server Level";
- windowlist_line = " %w-%c-%C- %K| %n$[3]0 %|$[20]1 $[15]2 $[15]3 $4";
- windowlist_footer = "";
- windows_layout_saved = " %w-%c-%C- %K| %WWindow: %nLayout of windows saved";
- windows_layout_reset = " %w-%c-%C- %K| %WWindow: %nLayout of windows reset to defaults";
- window_info_header = "";
- window_info_footer = "";
- window_info_refnum = " %w-%c-%C- %K| %WWindow: %nWindow : %W$0";
- window_info_refnum_sticky = " %w-%c-%C- %K| %WWindow: %nWindow : %W{hilight #$0 (sticky)}";
- window_info_name = " %w-%c-%C- %K| %WWindow: %nName : $0";
- window_info_history = " %w-%c-%C- %K| %WWindow: %nHistory : $0";
- window_info_immortal = " %w-%c-%C- %K| %WWindow: %nImmortal: yes";
- window_info_size = " %w-%c-%C- %K| %WWindow: %nSize : $0x$1";
- window_info_level = " %w-%c-%C- %K| %WWindow: %nLevel : $0";
- window_info_server = " %w-%c-%C- %K| %WWindow: %nServer : $0";
- window_info_server_sticky = " %w-%c-%C- %K| %WWindow: %nServer : $0 (sticky)";
- window_info_theme = " %w-%c-%C- %K| %WWindow: %nTheme : $0$1";
- window_info_bound_items_header = " %w-%c-%C- %K| %WWindow: %nBounds : {hilight Name Server tag}";
- window_info_bound_item = " %K | %n : $[!30]0 $[!15]1 $2";
- window_info_bound_items_footer = "";
- window_info_items_header = " %w-%c-%C- %K| %WWindow: %nItems : {hilight Name Server tag}";
- window_info_item = " %w-%c-%C- %K| %WWindow: %n$[7]0: $[!30]1 $2";
- window_info_items_footer = "";
- looking_up = " %w-%c-%C- %K| %WServer: %nLooking up host %W$0";
- connecting = " %w-%c-%C- %K| %WConnecting to %W$0 %K(%C$1%K) %non port %C$2";
- connection_established = " %w-%c-%C- %K| %WServer:%n Connection to %W$0 %nestablished";
- cant_connect = " %w-%c-%C- %K| %WServer:%n Unable to connect to %W$0 %non port %C$1 %K(%C$2%K)";
- connection_lost = " %w-%c-%C- %K| %WServer:%n Connection lost to %W$0";
- lag_disconnected = " %w-%c-%C- %K| %WServer:%n No PONG reply from server %W$0 %nin %C$1 %nseconds, disconnecting";
- disconnected = " %w-%c-%C- %K| %WServer:%n Disconnected from %W$0 %K(%C$1%K)";
- server_quit = " %w-%c-%C- %K| %WServer:%n Disconnecting from server %W$0%n: %C$1";
- server_changed = " %w-%c-%C- %K| %WServer:%n Changed to %W{hilight $2} %nserver %C$1";
- unknown_server_tag = " %w-%c-%C- %K| %RERROR:%n Server tag %W$0 %nnot found";
- no_connected_servers = " %w-%c-%C- %K| %RERROR:%n Not connected to any servers";
- server_list = " %w-%c-%C- %K| %WServer:%n $0: $1:$2 ($3)";
- server_lookup_list = " %w-%c-%C- %K| %WServer:%n $0: $1:$2 ($3) (connecting...)";
- server_reconnect_list = " %w-%c-%C- %K| %WServer:%n $0: $1:$2 ($3) ($5 left before reconnecting)";
- server_reconnect_removed = " %w-%c-%C- %K| %WServer:%n Removed reconnection to server %W$0 %nport %C$1";
- server_reconnect_not_found = " %w-%c-%C- %K| %WServer:%n Reconnection tag %W{hilight $0} %ndoes not exist";
- setupserver_added = " %w-%c-%C- %K| %WServer:%n Server %W{hilight $0} %nsaved";
- setupserver_removed = " %w-%c-%C- %K| %WServer:%n Server %W{hilight $0} %nremoved";
- setupserver_not_found = " %w-%c-%C- %K| %WServer:%n Server %W{hilight $0} %ndoes not exist";
- your_nick = " %w-%c-%C- %K| %nYour nickname is %W$0";
- invite = " %w-%c-%C- %K| %W$0 %ninvites you to channel %W$1";
- not_invited = " %w-%c-%C- %K| %nYou have not been invited to a channel!";
- chanlist_header = " %w-%c-%C- %K| %WChannel: %nYou are on the following channels:";
- chanlist_line = " %w-%c-%C- %K| %WChannel: %C{hilight $0} (+$1) [$2]: $3";
- chansetup_not_found = " %w-%c-%C- %K| %WChannel: %nChannel %W{hilight $0} %ndoes not exist";
- chansetup_added = " %w-%c-%C- %K| %WChannel: %nChannel %W{hilight $0} %nsaved";
- chansetup_removed = " %w-%c-%C- %K| %WChannel: %nChannel %W{hilight $0} %nremoved";
- chansetup_header = " %w-%c-%C- %K| %WChannel Network Password Settings";
- chansetup_line = " %w-%c-%C- %K| %n{hilight $[15]0} $[10]1 $[10]2 $3";
- chansetup_footer = "";
- no_msgs_got = " %b{fq Error}%n | %bYou have not received a message from anyone yet";
- no_msgs_sent = " %b{fq Error}%n | %bYou have not sent a message to anyone yet";
- query_start = " %w-%c-%C- %K| %WQuery: %nStarting query with %W$0 %non %C$1";
- query_stop = " %w-%c-%C- %K| %WQuery: %nClosing query with %W$0";
- no_query = " %w-%c-%C- %K| %WQuery: %nNo query with %W$0";
- query_server_changed = " %w-%c-%C- %K| %WQuery: %nQuery with %W$0 %nchanged to %C$1";
- hilight_header = "";
- hilight_line = " %w-%c-%C- %K| %WHilight: %n$[-4]0 $1 $2 $3$4";
- hilight_footer = "";
- hilight_not_found = " %w-%c-%C- %K| %WHighlight: %nHilight item %C{hilight $0} %ndoes not exist";
- hilight_removed = " %w-%c-%C- %K| %WHilight: %nHighlight item %C{hilight $0} removed";
- alias_added = " %w-%c-%C- %K| %WAlias: %nAlias %W{hilight $0} %nadded";
- alias_removed = " %w-%c-%C- %K| %WAlias: %nAlias %W{hilight $0} %nremoved";
- alias_not_found = " %w-%c-%C- %K| %WAlias: %nAlias %W{hilight $0} %ndoes not exist";
- aliaslist_header = "";
- aliaslist_line = " %w-%c-%C- %K| %WAlias: %n$[10]0 $1";
- aliaslist_footer = "";
- no_away_msgs = " %w-%c-%C- %K| %WAwayLog: %nYou have no messages waiting";
- away_msgs = " %w-%c-%C- %K| %WAwayLog: %nYou have %C$1 %nmessages waiting:";
- command_unknown = " %w-%c-%C- %K| %RERROR: %nUnknown command %C{hilight $0}";
- command_ambiguous = " %w-%c-%C- %K| %RERROR: %nAmbiguous command %C{hilight $0}";
- option_unknown = " %w-%c-%C- %K| %RERROR: %nUnknown option %C{hilight $0}";
- option_ambiguous = " %w-%c-%C- %K| %RERROR: %nAmbiguous option %C{hilight $0}";
- option_missing_arg = " %w-%c-%C- %K| %RERROR: %nMissing required argument for %C{hilight $0}";
- not_enough_params = " %w-%c-%C- %K| %RERROR: %nNot enough parameters given";
- not_connected = " %w-%c-%C- %K| %RERROR: %nNot connected to server";
- not_joined = " %w-%c-%C- %K| %RERROR: %nNot joined to any channel";
- chan_not_found = " %w-%c-%C- %K| %RERROR: %nNot joined to this channel";
- chan_not_synced = " %w-%c-%C- %K| %RERROR: %nChannel not fully synchronized yet, try again after a while";
- illegal_proto = " %w-%c-%C- %K| %RERROR: %nCommand isn't designed for the chat protocol of the active server";
- not_good_idea = " %w-%c-%C- %K| %RERROR: %nDoing this is not a good idea. Add -YES if you really mean it";
- format_title = " %w-%c-%C- %K| %WFormat: %n{hilight $0}%n%: %w-%c-%C- %K| %WFormat: %n {hilight $1}";
- format_subtitle = " %w-%c-%C- %K| %WFormat: %n {hilight $0}";
- format_item = " %w-%c-%C- %K| %WFormat:%W $0 =%C \"$1\";";
- ignored = " %w-%c-%C- %K| %WIgnore: %nIgnoring %C{hilight $1} %nfrom %W{nick $0}";
- ignored_options = " %w-%c-%C- %K| %WIgnore: %nIgnoring %C{hilight $1} %nfrom %W{nick $0} ($2)";
- unignored = " %w-%c-%C- %K| %WIgnore: %nUnignored %W{nick $0}";
- ignore_not_found = " %w-%c-%C- %K| %W{nick $0} %nis not being ignored";
- ignore_no_ignores = " %w-%c-%C- %K| %nThere are no ignores";
- ignore_header = " %w-%c-%C- %K| %n%# Num Mask Type Options";
- ignore_line = " %w-%c-%C- %K| %n%#$[-4]0 $[32]1 $[10]2 $3 $4";
- ignore_footer = "";
- bind_header = " %w-%c-%C- %K| %n%#Key Action";
- bind_list = " %w-%c-%C- %K| %n%#$[!16]0 $1 $2";
- bind_footer = "";
- no_completions = " %w-%c-%C- %K| %nThere are no completions";
- completion_removed = " %w-%c-%C- %K| %nRemoved completion %W$0";
- completion_header = " %w-%c-%C- %K| %n%#Key Value Auto";
- completion_line = " %w-%c-%C- %K| %n%#$[10]0 $[!40]1 $2";
- completion_footer = "";
- theme_saved = " %w-%c-%C- %K| %nTheme saved to %W$0";
- theme_save_failed = " %w-%c-%C- %K| %RERROR:%n Error saving theme to %W$0: $1";
- theme_not_found = " %w-%c-%C- %K| %RERROR:%n Theme %W{hilight $0} %nnot found";
- theme_changed = " %w-%c-%C- %K| %nNow using theme %W{hilight $0} ($1)";
- unknown_chatnet = " %w-%c-%C- %K| %RERROR: %nUnknown chat network %W{hilight $0}";
- perl_error = " %w-%c-%C- %K| %RERROR: %n%RPerl error: $0";
- config_saved = " %w-%c-%C- %K| %WSaved configuration to file %C$0";
- config_reloaded = " %w-%c-%C- %K| %WReloaded configuration";
- config_modified = " %w-%c-%C- %K| %WConfiguration file was modified since irssi was last started - do you want to overwrite the possible changes?";
- set_title = " %w-%c-%C- %K| %WSET: %W{hilight $0}:";
- set_item = " %w-%c-%C- %K| %WSET:%W $0 %n= %C$1";
- set_unknown = " %w-%c-%C- %K| %WSET: %nUnknown setting {hilight $0}";
- set_not_boolean = " %w-%c-%C- %K| %WSET: %nSetting %C{hilight $0} %nis not boolean, use /SET";
- not_toggle = " %w-%c-%C- %K| %RERROR: %nValue must be either ON, OFF or TOGGLE";
- talking_in = " %b{fq Irssi}%n | %bYou are now talking in %W$0";
- not_in_channels = " %b{fq Channels}%n | %bYou are not on any channels";
- current_channel = " %b{fq Channels}%n | %bCurrent channel $0";
- };
- "fe-common/irc" = {
- usermode_change = " %w-%c-%C- %K| %nMode change %C{mode $0}%n for user {nick $1}";
- ircnet_added = " %w-%c-%C- %K| %WIRCnet %W{hilight $0} %nsaved";
- ircnet_removed = " %w-%c-%C- %K| %WIRCnet %W{hilight $0} %nremoved";
- ircnet_not_found = " %w-%c-%C- %K| %WIRCnet %W{hilight $0} %ndoes not exist";
- ircnet_header = " %w-%c-%C- %K| %WIRCnets:";
- ircnet_footer = "";
- setupserver_header = " %w-%c-%C- %K| %WServer Port Network Settings";
- setupserver_line = " %w-%c-%C- %K| %n$[!20]0 $[5]1 $[10]2 $3";
- setupserver_footer = "";
- joinerror_toomany = " %w-%c-%C- %K| %RERROR: %nCannot join channel %W$0%n (You have joined too many channels)";
- joinerror_full = " %w-%c-%C- %K| %RERROR: %nCannot join channel %W$0%n (Channel is full)";
- joinerror_invite = " %w-%c-%C- %K| %RERROR: %nCannot join channel %W$0%n (Channel is invite only)";
- joinerror_banned = " %w-%c-%C- %K| %RERROR: %nCannot join channel %W$0%n (You are banned!)";
- joinerror_bad_key = " %w-%c-%C- %K| %RERROR: %nCannot join channel %W$0%n (Channel is keyword protected)";
- joinerror_bad_mask = " %w-%c-%C- %K| %RERROR: %nCannot join channel %W$0%n (Bad channel mask)";
- joinerror_unavail = " %w-%c-%C- %K| %RERROR: %nCannot join channel %W$0%n (Channel is temporarily unavailable)";
- joinerror_duplicate = " %w-%c-%C- %K| %RERROR: %nCannot create channel %W$0%n, it already exists";
- joinerror_rejoin = " %w-%c-%C- %K| %RERROR: %nChannel %W$0%n is temporarily unavailable. Trying to rejoin automatically, use /RMREJOINS to abort.";
- inviting = " %w-%c-%C- %K| %WInviting: %W$0 %nto %C$1";
- chanmode_change = " %w-%c-%C- %K| %W{nickhilight $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
- url = " %w-%c-%C- %K| %nHome page for channel %W$0 %nis at %C$1";
- bantype = " %w-%c-%C- %K| %nBan type set to $0";
- no_bans = " %w-%c-%C- %K| %nNo bans set in channel %C$0";
- banlist = " %w-%c-%C- %K| %n$[-2]0. $1: $2";
- banlist_long = " %w-%c-%C- %K| %n$[-2]0. $1: $2 (set by $3 $4 secs ago)";
- nick_away = " %w-%c-%C- %K| %W$0 %nis away: %C$1";
- no_such_nick = " %w-%c-%C- %K| %W{hilight $0}%n: no such nick/channel";
- nick_in_use = " %w-%c-%C- %K| %nNick %W$0%n is already in use";
- nick_unavailable = " %w-%c-%C- %K| %nNick %W$0%n is temporarily unavailable";
- your_nick_owned = " %w-%c-%C- %K| %nYour nick is owned by %W$3 %K(%C$1@$2%K)";
- notice_server = " %w-%c-%C- %K| %WServer: $n[$0] $1";
- kill = " %w-%c-%C- %K| %RKILLED!! %nYou were killed by %W$0 %C($1): $2 (Path: $3)";
- kill_server = " %w-%c-%C- %K| %RKILLED!! %nYou were killed by $0: $1 (Path: $2)";
- error = " %w-%c-%C- %K| %RERROR: %n$0";
- default_event = " %w-%c-%C- %K| %WServer:%n $1";
- default_event_server = " %w-%c-%C- %K| %n[$0] $2: $1";
- channel_mode = " %w-%c-%C- %K| %W{nick $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
- topic = " %w-%c-%C- %K| %nTopic for %W{channelhilight $0}%n is:%C $1";
- channel_created = " %w-%c-%C- %K| %nChannel %W$0 %nwas created on %c$1";
- no_topic = " %w-%c-%C- %K| %nNo topic set for {channelhilight $0}";
- topic_info = " %w-%c-%C- %K| %nTopic set by {nick $0} {nickhost $2} {comment $1}";
- away = " %w-%c-%C- %K| %nYou have been marked as being away";
- unaway = " %w-%c-%C- %K| %nYou are no longer marked as being away";
- whois = " %w-%c-%C- %K| %b[%n$0%b] %n($1@$2) %n: $3";
- whois_channels = " %w-%c-%C- %K| %b[%n$0%b] %n$1";
- whois_idle = " %w-%c-%C- %K| %b[%n$0%b] %n$1 days $2 hours $3 minet $4 secs";
- whois_server = " %w-%c-%C- %K| %b[%n$0%b] %n$1 [$2]";
- whois_idle_signon = " %w-%c-%C- %K| %b[%w$0%b] %nIdle%w $1 days $2 hours $3 minutes $4 seconds, Signon $5";
- whois_oper = " %w-%c-%C- %K| %b[%n$0%b]%n $1 $2 $3 $4";
- whois_ip = " %w-%c-%C- %K| %b[%n$0%b]%n IP: $1";
- end_of_whois = " %w-%c-%C- %K| %b[%n$0%b] %nEnd of WHOIS List";
- whois_away = " %w-%c-%C- %K| %b[%n$0%b] %nis Away: %|$1";
- whois_registered = " %w-%c-%C- %K| %b[%n$0%b] %nhas registered this nick";
- whowas = " %w-%c-%C- %K| %b[%n$0%b]%n WAS ($1@$2) : $3";
- end_of_whowas = " %w-%c-%C- %K| %b[%n$0%b] %nEnd of WHOWAS List";
- who = " %w-%c-%C- %K| %b[%n$1%b]%n %n$4@$5 ($6) [Server: $7, $3 Hops]";
- end_of_who = " %w-%c-%C- %K| %b[%n$0%b] %nEnd of WHO list";
- whois_not_found = " %w-%c-%C- %K| %b[%n$0%b]%n No such nick";
- notice_public = "%W-%m$[-12]{0}%W- %K| %b(%m$1%b)%n $2";
- notice_private = "%b-%M$[-12]{0}%b- %K| %b(%M$1%b)%n $2";
- own_notice = "%G>%W$[-12]0%G< %K| %n$1-";
- channel_synced = " %w-%c-%C- %K| %nChannel %W{channel $0} %nwas synced in %C{hilight $1} %nseconds";
- netsplit = " %w<%c-%C- %K| %RNetsplit:%W $0 %R<-> %W$1 %nquits: %C$2";
- netsplit_more = " %w<%c-%C- %K| %RNetsplit: %W$0%R <-> %W$1 %nquits: %C$2 %n(+$3 more)";
- netsplit_join = " %w-%c-%C> %K| %gNetsplit Over%n - Joins: %C$0";
- netsplit_join_more = " %w-%c-%C> %K| %nJoins: %n$0 (+$1 more)";
- no_netsplits = " %w-%c-%C- %K| %nThere are no net splits";
- netsplits_header = " %w-%c-%C- %K| %n%C%#Nick Channel Server Splitted server";
- netsplits_line = " %w-%c-%C- %K| %n%#$[15]0 $[10]1 $[20]2 $[20]3";
- netsplits_footer = "";
- server_chanmode_change = " %w-%c-%C- %K| %W$2%n sets modes %K[%n$0 $1%K]%n";
- ctcp_reply = " %w-%c-%C- %K| %nGot %C$0 %nreply from %W$1: %C$2";
- ctcp_reply_channel = " %w-%c-%C- %K| %nGot %C$0 %nreply from %W$1 %nin channel %c$3: $2";
- ctcp_ping_reply = " %w-%c-%C- %K| %nGot %CPING %nresponse from %W$0: %c$1.$[-3.0]2 %nseconds";
- ctcp_requested = " %w-%c-%C- %K| %nGot %C$2 %nrequest from %W$0 %n($1) to $4: $3";
- ctcp_requested_unknown = " %w-%c-%C- %K| %nGot unknown %C$2%n request from %c$0 %n($1) to %n$4: $3";
- own_ctcp = " %w-%c-%C- %K| %nSending %WCTCP %C$1 %nto %c$0: $2";
- };
- "fe-common/perl" = {
- script_not_found = " %w-%c-%C- %K| %rScript: %W{hilight $0} %nnot found";
- script_not_loaded = " %w-%c-%C- %K| %rScript: %W{hilight $0} is not loaded";
- script_loaded = " %w-%c-%C- %K| %rScript: %nLoded script %W{hilight $0}";
- script_unloaded = " %w-%c-%C- %K| %rScript: %nUnloaded script %W{hilight $0}";
- no_scripts_loaded = " %w-%c-%C- %K| %rScript: %nNo scripts are loaded";
- script_list_header = " %w-%c-%C- %K| %rScript Path";
- script_list_line = " %w-%c-%C- %K| %n$[!20]0 $1";
- script_list_footer = "";
- script_error = " %w-%c-%C- %K| %rScript: ERROR %n in script %W{hilight $0}:";
- };
-
- "fe-common/irc/notifylist" = {
- notify_join = " %w-%c-%C- %K| %WNotify: %W{hilight $0} %C($1@$2) [$3] %nhas connected to %C$4";
- notify_part = " %w-%c-%C- %K| %WNotify: %W{hilight $0}%n has disconnected from %C$4";
- notify_away = " %w-%c-%C- %K| %WNotify: %W{hilight $0} %C[$5] ($1@$2) [$3] %nis now away: %C$4";
- notify_unaway = " %w-%c-%C- %K| %WNotify: %W{hilight $0} %C($1@$2) [$3] %nis no longer away on %C$4";
- notify_unidle = " %w-%c-%C- %K| %WNotify: %W{hilight $0} %C($1@$2) [$3] %njust stopped idling on %C$5";
- notify_online = " %w-%c-%C- %K| %WNotify: %WOnline: $0: {hilight $1}";
- notify_offline = " %w-%c-%C- %K| %WNotify: %WOffline: $0";
- notify_list = " %w-%c-%C- %K| %n#$0: $1 $2 $3";
- notify_list_empty = " %w-%c-%C- %K| %WNotify: %nThe notify list is empty";
- };
-};