123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- servers = (
- { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
- { 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 = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
- );
- chatnets = {
- IRCnet = {
- type = "IRC";
- max_kicks = "4";
- max_msgs = "5";
- max_whois = "4";
- max_query_chans = "5";
- };
- EFNet = {
- type = "IRC";
- max_kicks = "4";
- max_msgs = "3";
- max_whois = "1";
- };
- Undernet = {
- type = "IRC";
- max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
- };
- DALnet = {
- type = "IRC";
- max_kicks = "4";
- max_msgs = "3";
- max_whois = "30";
- };
- QuakeNet = {
- type = "IRC";
- max_kicks = "1";
- max_msgs = "3";
- max_whois = "30";
- };
- SILC = { type = "SILC"; };
- };
- channels = (
- { name = "#irssi"; chatnet = "ircnet"; 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 = "WINDOW";
- 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";
- GOTO = "sb goto";
- CHAT = "dcc chat";
- RUN = "SCRIPT LOAD";
- CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; 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";
- ns = "QUOTE NickServ";
- cs = "QUOTE PRIVMSG ChanServ";
- hs = "QUOTE PRIVMSG HostServ";
- helpop = "QUOTE HELPOP";
- raw = "quote ";
- lag = "QUOTE LAG";
- ms = "QUOTE PRIVMSG MemoServ";
- mkpasswd = "QUOTE MKPASSWD";
- translate = "exec sdcv";
- tr = "exec sdcv";
- OS = "QUOTE PRIVMSG OperServ";
- };
- 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 = " Cuiusvis hominis est errare, nullius, nisi insipientis in errore perseverare...";
- # 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.
- wl0 = {
- items = {
- barstar = { priority = "100"; };
- wlstat0 = { };
- barend = { priority = "100"; alignment = "right"; };
- };
- };
- wl1 = {
- items = {
- barstar = { priority = "100"; };
- wlstat1 = { };
- barend = { priority = "100"; alignment = "right"; };
- };
- };
- wl2 = {
- items = {
- barstar = { priority = "100"; };
- wlstat2 = { };
- barend = { priority = "100"; alignment = "right"; };
- };
- };
- wl3 = {
- items = {
- barstar = { priority = "100"; };
- wlstat3 = { };
- barend = { priority = "100"; alignment = "right"; };
- };
- };
- };
- };
- settings = {
- core = {
- real_name = "Unknown";
- user_name = "xaionaro";
- nick = "xaionaro";
- };
- "fe-text" = { actlist_sort = "refnum"; };
- "fe-common/core" = {
- bell_beeps = "yes";
- beep_msg_level = "MSGS NOTICES DCC DCCMSGS HILIGHT";
- };
- };
- ignores = ( { mask = "vel"; level = "ALL"; } );
|