- servers = (
- { address = "irc.ubuntu.com"; chatnet = "Ubuntu"; port = "6667"; },
- { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
- { address = "irc.efnet.net"; 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"; },
- {
- address = "irc.freenode.net";
- chatnet = "freenode";
- port = "6667";
- use_ssl = "no";
- ssl_verify = "no";
- autoconnect = "yes";
- },
- {
- address = "irc.gamesurge.net";
- chatnet = "gamesurge";
- port = "6667";
- use_ssl = "no";
- ssl_verify = "no";
- autoconnect = "yes";
- },
- {
- address = "irc.synirc.net";
- chatnet = "synirc";
- port = "6667";
- use_ssl = "no";
- ssl_verify = "no";
- autoconnect = "no";
- }
- );
- 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"; };
- Ubuntu = { type = "IRC"; };
- freenode = {
- type = "IRC";
- autosendcmd = "/wait 2000;/^nick Pici;/^msg nickserv identify mypassword";
- };
- gamesurge = {
- type = "IRC";
- autosendcmd = "/wait 2000;/^nick Pici;/^msg AuthServ@services.gamesurge.net auth pcmacman mypassword";
- };
- zirc = { type = "IRC"; autosendcmd = "/wait 100;/^nick Pici"; };
- synirc = {
- type = "IRC";
- autosendcmd = "/wait 200;/^nick Pici;/msg nickserv identify mypassword";
- };
- };
- channels = (
- { name = "#irssi"; chatnet = "ircnet"; autojoin = "no"; },
- { name = "#ppp"; chatnet = "synirc"; autojoin = "no"; },
- { name = "#tmbj"; chatnet = "gamesurge"; autojoin = "yes"; },
- { name = "##trangle"; chatnet = "freenode"; autojoin = "no"; },
- { name = "##/dev/random"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntu-offtopic"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntu"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntu-ops"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntu+1"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntuforums"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntu-devel"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntu-motu"; chatnet = "freenode"; autojoin = "yes"; },
- { name = "#ubuntu-bugs"; chatnet = "freenode"; autojoin = "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";
- UPTIME = "eval exec - expr `date +%s` - \\$F | awk '{print \"Irssi uptime: \"int(\\\\\\$1/3600/24)\"d \"int(\\\\\\$1/3600%24)\"h \"int(\\\\\\$1/60%60)\"m \"int(\\\\\\$1%60)\"s\" }'";
- 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";
- np = "exaile";
- NSINFO = "/msg nickserv info $0";
- CSINFO = "/msg chanserv info $0";
- NSGHOST = "/msg nickserv ghost $0 $1";
- ubotu = "say !$0 > $1 (Please see the private messsage from ubotu)";
- bot = "ubotu";
- SSH = "window new hidden;window name ssh;exec -name ssh -nosh -interactive -window ssh $-";
- ADDALLCHANNELS = "script exec foreach my \\$channel (Irssi::channels()) { Irssi::command(\"channel add -auto \\$channel->{name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
- CS = "/msg chanserv";
- CSIDENTIFY = "/msg chanserv identify $0 $1";
- CSACCESS = "/msg chanserv access $0 list";
- CSOP = "/msg chanserv op $C $0";
- CSDEOP = "/msg chanserv op $C -$0";
- CSKICK = "CSREMOVE";
- CSBAN = "/msg chanserv op $C $N;/wait 50;/ban $0;/msg chanserv op $C -$N";
- CSMUTE = "/msg chanserv op $C $N;/wait 50;/mode +q $0";
- CSKICKBAN = "/msg chanserv op $C $N;/wait 25;/remove $C $0 :$1-;/ban $0;/msg chanserv op $C -$N";
- CSUNBAN = "/msg chanserv op $C $N;/wait 50;/unban $0;/msg chanserv op $C -$N";
- CSTOPIC = "/msg chanserv op $C $N;/wait 50;/topic $0-;/msg chanserv op $C -$N";
- CSMODE = "/msg chanserv op $C $N;/wait 50;/mode $0";
- CSINVITE = "/msg chanserv op $C $N;/wait 50;/invite $0;/msg chanserv op $C -$N";
- NS = "/msg nickserv";
- NSIDENTIFY = "/msg nickserv identify $0";
- NSRECOVER = "/msg nickserv recover $0 $1";
- NSRELEASE = "/msg nickserv release $0 $1";
- NSLINK = "/msg nickserv link $0 $1";
- CSUNMUTE = "/msg chanserv op $C $N;/wait 50;/mode -q $0;/msg chanserv op $C -$N";
- staff = "/say Hey nalioth, jenda, rob, SportChick, seanw, BearPerson or ompaul!";
- remove = "/quote remove";
- CSREMOVE = "/msg chanserv op $C $N;/wait 25;/remove $C $0 :$1-;/msg chanserv op $C -$N";
- CSKB = "CSKICKBAN";
- CSRM = "CSREMOVE";
- gutsy = "say $0: Please join #ubuntu+1 for Gutsy/7.10 support/discussion.";
- g = "gutsy";
- HALP = "HELP";
- CSBANFORWARD = "/msg chanserv op $C $N;/wait 50;/ban $0!$1;/msg chanserv op $C -$N";
- CSBANFW = "CSBANFORWARD";
- CSFW = "CSBANFORWARD";
- ohmy = "say !language | $0";
- CSDCCBAN = "/msg chanserv op $C $N;/wait 5;/ban $0!#ubuntu-read-topic";
- DCCTEST = "/msg $0 DCC SEND startkeylogger 0 0 0 0 0 0;/wait 5;/notice $0 DCC SEND startkeylogger 0 0 0 0 0 0 0 0 0";
- };
- 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"; };
- usercount = { };
- };
- };
- # 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"; };
- };
- };
- wl0 = {
- items = {
- barstar = { priority = "100"; };
- wlstat0 = { };
- barend = { priority = "100"; alignment = "right"; };
- };
- disabled = "yes";
- };
- wl1 = {
- items = {
- barstar = { priority = "100"; };
- wlstat1 = { };
- barend = { priority = "100"; alignment = "right"; };
- };
- disabled = "yes";
- };
- remove = { disabled = "yes"; };
- };
- };
- settings = {
- core = {
- real_name = "Benjamin Rubin";
- user_name = "Pici";
- nick = "Pici";
- timestamp_format = "%H:%M:%S";
- rawlog_lines = "10000";
- };
- "fe-common/core" = {
- autolog = "yes";
- theme = "sux";
- term_charset = "utf-8";
- window_default_level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- window_check_level_first = "yes";
- };
- "perl/core/scripts" = {
- dictcomplete_quiet = "yes";
- amarok_use_ssh = "no";
- clones_host_only = "yes";
- autorejoin_channels = "#ubuntu #tmbj #ubuntu-offtopic #ubuntu-ops #ubuntu+1";
- critical_notifies = "!ops !o4o !stop startkeylogger";
- db_name = "ircdetective";
- db_user = "ircdetective";
- db_pass = "detective";
- };
- "irc/core" = {
- alternate_nick = "Pici`";
- usermode = "+iw";
- massjoin_max_joins = "3";
- massjoin_max_wait = "5000";
- channel_max_who_sync = "2000";
- ctcp_version_reply = "irssi v$J - running on $sysname $sysarch";
- };
- };
- logs = { };
- ignores = (
- { level = "JOINS PARTS QUITS"; channels = ( "#ubuntu-clasroom" ); },
- { level = "JOINS PARTS QUITS"; channels = ( "#ubuntu-classroom" ); }
- );
- hilights = (
- {
- text = "[^[:alnum:]]Pici[^[:alnum:]]";
- nick = "yes";
- word = "yes";
- regexp = "yes";
- },
- { text = "shit"; nick = "no"; word = "yes"; channels = ( "#ubuntu" ); },
- { text = "fuck"; nick = "no"; word = "yes"; channels = ( "#ubuntu" ); }
- );
- windows = {
- 1 = {
- immortal = "yes";
- name = "(status)";
- level = "CRAP MSGS PUBLICS NOTICES SNOTES CTCPS ACTIONS KICKS MODES TOPICS WALLOPS INVITES NICKS DCC DCCMSGS CLIENTNOTICES CLIENTCRAP CLIENTERRORS HILIGHTS";
- };
- 15 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "QUERY";
- chat_type = "IRC";
- name = "Ubotu";
- tag = "freenode";
- }
- );
- };
- 14 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ppp";
- tag = "synirc";
- }
- );
- };
- 2 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#tmbj";
- tag = "gamesurge";
- }
- );
- };
- 3 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "##/dev/random";
- tag = "freenode";
- }
- );
- };
- 4 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntu-offtopic";
- tag = "freenode";
- }
- );
- };
- 5 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntu";
- tag = "freenode";
- }
- );
- };
- 6 = {
- name = "$ubuntu";
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- };
- 7 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntu-ops";
- tag = "freenode";
- }
- );
- };
- 8 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntu+1";
- tag = "freenode";
- }
- );
- };
- 9 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntuforums";
- tag = "freenode";
- }
- );
- };
- 10 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntu-devel";
- tag = "freenode";
- }
- );
- };
- 11 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntu-motu";
- tag = "freenode";
- }
- );
- };
- 12 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "#ubuntu-bugs";
- tag = "freenode";
- }
- );
- };
- 13 = {
- level = "MSGS PUBLICS NOTICES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS NICKS CLIENTCRAP";
- items = (
- {
- type = "CHANNEL";
- chat_type = "IRC";
- name = "##trangle";
- tag = "freenode";
- }
- );
- };
- };
- mainwindows = { 1 = { first_line = "1"; lines = "37"; }; };
Posted by pcmacman on Mon 24 Dec 17:49
report abuse | download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.