Share Pastebin
Guest
Public paste!

GLine spamming, part II

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 7.79 KB | Hits: 85 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. servers = (
  2.   { address = "irc.stealth.net"; chatnet = "IRCnet"; port = "6668"; },
  3.   { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
  4.   {
  5.     address = "irc.undernet.org";
  6.     chatnet = "Undernet";
  7.     port = "6667";
  8.   },
  9.   { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
  10.   {
  11.     address = "irc.quakenet.org";
  12.     chatnet = "QuakeNet";
  13.     port = "6667";
  14.   },
  15.   { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
  16.   { address = "irc.pokestation.net"; chatnet = "irc.pokestation.net"; port = "6697"; use_ssl = "yes"; }
  17. );
  18.  
  19. chatnets = {
  20.   IRCnet = {
  21.     type = "IRC";
  22.     max_kicks = "4";
  23.     max_msgs = "5";
  24.     max_whois = "4";
  25.     max_query_chans = "5";
  26.   };
  27.   EFNet = {
  28.     type = "IRC";
  29.     max_kicks = "4";
  30.     max_msgs = "3";
  31.     max_whois = "1";
  32.   };
  33.   Undernet = {
  34.     type = "IRC";
  35.     max_kicks = "1";
  36.     max_msgs = "3";
  37.     max_whois = "30";
  38.   };
  39.   DALnet = {
  40.     type = "IRC";
  41.     max_kicks = "4";
  42.     max_msgs = "3";
  43.     max_whois = "30";
  44.   };
  45.   QuakeNet = {
  46.     type = "IRC";
  47.     max_kicks = "1";
  48.     max_msgs = "3";
  49.     max_whois = "30";
  50.   };
  51.   SILC = { type = "SILC"; };
  52.   "irc.pokestation.net" = {
  53.     type = "IRC";
  54.     autosendcmd = "^/msg nickserv identify MYPASSWORDBISH!";
  55.   };
  56.   "irc.pchnet.org" = { type = "IRC"; };
  57.   "sentinels.noixirc.net" = { type = "IRC"; };
  58. };
  59.  
  60. channels = (
  61.   { name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
  62.   { name = "silc"; chatnet = "silc"; autojoin = "No"; },
  63.   {
  64.     name = "#pokestation";
  65.     chatnet = "irc.pokestation.net";
  66.     autojoin = "yes";
  67.   },
  68.   {
  69.     name = "#projectpokemon";
  70.     chatnet = "irc.pokestation.net";
  71.     autojoin = "yes";
  72.   },
  73.   {
  74.     name = "#Bit'sJoint";
  75.     chatnet = "irc.pokestation.net";
  76.     autojoin = "yes";
  77.   },
  78.   { name = "#pp-search"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  79.   { name = "#pp-research"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  80.   { name = "#PBA-International"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  81.   { name = "#MRO"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  82.   { name = "#help"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  83.   { name = "#ircunrated"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  84.   { name = "#kitty"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  85.   { name = "#pp-shoddy"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  86.   { name = "#pp-wifi"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  87.   { name = "#pwo"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  88.   { name = "#pba"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  89.   { name = "#PBATrades"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; },
  90.   { name = "#psn.staff"; chatnet = "irc.pokestation.net"; autojoin = "Yes"; }
  91. );
  92.  
  93. aliases = {
  94.   J = "join";
  95.   WJOIN = "join -window";
  96.   WQUERY = "query -window";
  97.   LEAVE = "part";
  98.   BYE = "quit";
  99.   EXIT = "quit";
  100.   SIGNOFF = "quit";
  101.   DESCRIBE = "action";
  102.   DATE = "time";
  103.   HOST = "userhost";
  104.   LAST = "lastlog";
  105.   SAY = "msg *";
  106.   WI = "whois";
  107.   WII = "whois $0 $0";
  108.   WW = "whowas";
  109.   W = "who";
  110.   N = "names";
  111.   M = "msg";
  112.   T = "topic";
  113.   C = "clear";
  114.   CL = "clear";
  115.   K = "kick";
  116.   KB = "kickban";
  117.   KN = "knockout";
  118.   BANS = "ban";
  119.   B = "ban";
  120.   MUB = "unban *";
  121.   UB = "unban";
  122.   IG = "ignore";
  123.   UNIG = "unignore";
  124.   SB = "scrollback";
  125.   UMODE = "mode $N";
  126.   WC = "window close";
  127.   WN = "window new hide";
  128.   SV = "say Irssi $J ($V) - http://irssi.org/";
  129.   GOTO = "sb goto";
  130.   CHAT = "dcc chat";
  131.   RUN = "SCRIPT LOAD";
  132.   CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
  133.   SBAR = "STATUSBAR";
  134.   INVITELIST = "mode $C +I";
  135.   Q = "QUERY";
  136.   "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";
  137.   EXEMPTLIST = "mode $C +e";
  138.   ATAG = "WINDOW SERVER";
  139. };
  140.  
  141. statusbar = {
  142.   # formats:
  143.   # when using {templates}, the template is shown only if it's argument isn't
  144.   # empty unless no argument is given. for example {sb} is printed always,
  145.   # but {sb $T} is printed only if $T isn't empty.
  146.  
  147.   items = {
  148.     # start/end text in statusbars
  149.     barstart = "{sbstart}";
  150.     barend = "{sbend}";
  151.  
  152.     topicbarstart = "{topicsbstart}";
  153.     topicbarend = "{topicsbend}";
  154.  
  155.     # treated "normally", you could change the time/user name to whatever
  156.     time = "{sb $Z}";
  157.     user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
  158.  
  159.     # treated specially .. window is printed with non-empty windows,
  160.     # window_empty is printed with empty windows
  161.     window = "{sb $winref:$tag/$itemname{sbmode $M}}";
  162.     window_empty = "{sb $winref{sbservertag $tag}}";
  163.     prompt = "{prompt $[.15]itemname}";
  164.     prompt_empty = "{prompt $winname}";
  165.     topic = " $topic";
  166.     topic_empty = " Irssi v$J - http://irssi.org/help/";
  167.  
  168.     # all of these treated specially, they're only displayed when needed
  169.     lag = "{sb Lag: $0-}";
  170.     act = "{sb Act: $0-}";
  171.     more = "-- more --";
  172.   };
  173.  
  174.   # there's two type of statusbars. root statusbars are either at the top
  175.   # of the screen or at the bottom of the screen. window statusbars are at
  176.   # the top/bottom of each split window in screen.
  177.   default = {
  178.     # the "default statusbar" to be displayed at the bottom of the window.
  179.     # contains all the normal items.
  180.     window = {
  181.       disabled = "no";
  182.  
  183.       # window, root
  184.       type = "window";
  185.       # top, bottom
  186.       placement = "bottom";
  187.       # number
  188.       position = "1";
  189.       # active, inactive, always
  190.       visible = "active";
  191.  
  192.       # list of items in statusbar in the display order
  193.       items = {
  194.         barstart = { priority = "100"; };
  195.         time = { };
  196.         user = { };
  197.         window = { };
  198.         window_empty = { };
  199.         lag = { priority = "-1"; };
  200.         act = { priority = "10"; };
  201.         more = { priority = "-1"; alignment = "right"; };
  202.         barend = { priority = "100"; alignment = "right"; };
  203.       };
  204.     };
  205.  
  206.     # statusbar to use in inactive split windows
  207.     window_inact = {
  208.       type = "window";
  209.       placement = "bottom";
  210.       position = "1";
  211.       visible = "inactive";
  212.       items = {
  213.         barstart = { priority = "100"; };
  214.         window = { };
  215.         window_empty = { };
  216.         more = { priority = "-1"; alignment = "right"; };
  217.         barend = { priority = "100"; alignment = "right"; };
  218.       };
  219.     };
  220.  
  221.     # we treat input line as yet another statusbar :) It's possible to
  222.     # add other items before or after the input line item.
  223.     prompt = {
  224.       type = "root";
  225.       placement = "bottom";
  226.       # we want to be at the bottom always
  227.       position = "100";
  228.       visible = "always";
  229.       items = {
  230.         prompt = { priority = "-1"; };
  231.         prompt_empty = { priority = "-1"; };
  232.         # treated specially, this is the real input line.
  233.         input = { priority = "10"; };
  234.       };
  235.     };
  236.  
  237.     # topicbar
  238.     topic = {
  239.       type = "root";
  240.       placement = "top";
  241.       position = "1";
  242.       visible = "always";
  243.       items = {
  244.         topicbarstart = { priority = "100"; };
  245.         topic = { };
  246.         topic_empty = { };
  247.         topicbarend = { priority = "100"; alignment = "right"; };
  248.       };
  249.     };
  250.   };
  251. };
  252. settings = {
  253.   core = {
  254.     real_name = "";
  255.     user_name = "tidus";
  256.     nick = "Tidus";
  257.     timestamp_format = "= %H:%M:%S";
  258.   };
  259.   "fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; };
  260.   "fe-common/core" = {
  261.     autocreate_own_query = "yes";
  262.     use_status_window = "yes";
  263.     timestamps = "yes";
  264.     show_nickmode = "yes";
  265.     theme = "fear2";
  266.   };
  267. };
  268. logs = { };
  269. hilights = ( { text = "Tidus"; nick = "yes"; word = "yes"; } );