Skip to content

Instantly share code, notes, and snippets.

@CodisRedding
Created January 21, 2015 16:30
Show Gist options
  • Select an option

  • Save CodisRedding/2545e45990bcfbbf330d to your computer and use it in GitHub Desktop.

Select an option

Save CodisRedding/2545e45990bcfbbf330d to your computer and use it in GitHub Desktop.
# vim:ft=config
servers = (
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6697";
use_ssl = "yes";
ssl_verify = "yes";
ssl_capath = "/etc/ssl/certs/";
autoconnect = "yes";
}
);
chatnets = {
freenode = {
type = "IRC";
nick = "fourq";
autosendcmd = "/msg nickserv ghost fourq vskscrew ; wait 2000 ;/nick fourq ;wait 1000 ;/msg nickserv identify vskscrew ;wait 2000";
};
};
channels = (
{ name = "##salesforce"; chatnet = "freenode"; autojoin = "Yes"; },
{ name = "salesforce"; chatnet = "freenode"; autojoin = "Yes"; },
{ name = "reactjs"; chatnet = "freenode"; autojoin = "Yes"; },
{ name = "#node.js"; chatnet = "freenode"; autojoin = "Yes"; },
{ name = "#io.js"; chatnet = "freenode"; autojoin = "Yes"; },
{ name = "#hapi"; chatnet = "freenode"; autojoin = "Yes"; },
{ name = "#browserify"; chatnet = "freenode"; autojoin = "Yes"; }
);
aliases = {
J = "join";
LEAVE = "part";
E = "exec - runz";
EO = "exec - -o runz";
EXIT = "quit";
LL = "lastlog";
W = "window";
M = "mark";
WC = "window close";
WK = "window kill";
WN = "window new hide";
WA = "window goto active";
RUN = "SCRIPT LOAD";
Q = "QUERY";
};
statusbar = {
items = {
time = "{sb $Z} ";
window = ":: {sb [$winref] $tag $itemname} ";
window_empty = ":: {sb [$winref] $tag $itemname} ";
prompt = "{prompt}";
prompt_empty = "{prompt}";
};
default = {
window = {
type = "window";
placement = "top";
visible = "active";
items = { window = { }; window_empty = { }; typing_notice = { }; };
};
window_inact = {
type = "window";
placement = "top";
visible = "inactive";
items = { window = { }; window_empty = { }; };
};
prompt = {
type = "root";
placement = "bottom";
position = "100";
visible = "always";
items = {
time = { };
user = { };
prompt = { priority = "-1"; };
prompt_empty = { priority = "-1"; };
input = { priority = "10"; };
};
};
topic = {
type = "root";
placement = "bottom";
position = "1";
visible = "always";
items = { topic = { }; topic_empty = { }; };
};
awl_0 = {
items = {
barstart = { priority = "100"; };
awl_0 = { };
barend = { priority = "100"; alignment = "right"; };
};
};
};
};
settings = {
core = {
real_name = "Rocky Assad";
user_name = "rocky";
nick = "fourq";
awaylog_file = "/dev/null";
recode_autodetect_utf8 = "yes";
recode_fallback = "CP1252";
timestamp_format = "%H:%M:00";
};
"fe-text" = { actlist_sort = "refnum"; paste_verify_line_count = "0"; };
"fe-common/core" = {
emphasis = "OFF";
theme = "pbrisbin";
beep_msg_level = "NOTICE MSGS HILIGHT";
bell_beeps = "no";
hilight_nick_matches = "no";
autolog_path = "~/.irssi/logs/$tag/$0.log";
autolog = "yes";
};
"perl/core/scripts" = {
neat_maxlength = "15";
awl_display_key = "%w$N.$H$C$S ";
awl_position = "0";
awl_sbar_maxlength = "no";
awl_maxlines = "3";
screen_away_message = "away";
hilightwin_showprivmsg = "no";
lt_in_queries = "yes";
neat_left_actions = "no";
};
};
ignores = (
{ level = "JOINS PARTS QUITS NICKS"; },
{ mask = "plytro"; level = "ALL"; },
{ mask = "kittenquen"; level = "ALL"; },
{ mask = "sherrylDraper"; level = "ALL"; }
);
hilights = (
{ text = "fourq"; nick = "no"; word = "yes"; fullword = "yes"; },
{ text = "rocky"; nick = "no"; word = "yes"; fullword = "yes"; },
{ text = "@socialnull"; nick = "no"; word = "yes"; fullword = "yes"; },
{ text = "socialnull"; nick = "no"; word = "yes"; fullword = "yes"; },
{ text = "cky.bz"; nick = "no"; word = "yes"; fullword = "no"; }
);
logs = { };
windows = {
1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
2 = { name = "hilight"; sticky = "yes"; };
3 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "##salesforce";
tag = "freenode";
}
);
};
4 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#salesforce";
tag = "freenode";
}
);
};
5 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#reactjs";
tag = "freenode";
}
);
};
6 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#node.js";
tag = "freenode";
}
);
};
7 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#io.js";
tag = "freenode";
}
);
};
8 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#hapi";
tag = "freenode";
}
);
};
9 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#browserify";
tag = "freenode";
}
);
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment