Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.24 KB | None | 0 0
  1. servers = (
  2. { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
  3. {
  4. address = "ssl.efnet.org";
  5. chatnet = "EFNet";
  6. port = "9999";
  7. use_tls = "yes";
  8. },
  9. {
  10. address = "irc.esper.net";
  11. chatnet = "EsperNet";
  12. port = "6697";
  13. use_tls = "yes";
  14. tls_verify = "yes";
  15. },
  16. {
  17. address = "chat.freenode.net";
  18. chatnet = "Freenode";
  19. port = "6697";
  20. use_tls = "yes";
  21. tls_verify = "yes";
  22. },
  23. {
  24. address = "irc.gamesurge.net";
  25. chatnet = "GameSurge";
  26. port = "6667";
  27. },
  28. {
  29. address = "eu.irc6.net";
  30. chatnet = "IRCnet";
  31. port = "6667";
  32. use_tls = "yes";
  33. },
  34. { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
  35. {
  36. address = "irc.ircsource.net";
  37. chatnet = "IRCSource";
  38. port = "6667";
  39. },
  40. { address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; },
  41. {
  42. address = "irc.oftc.net";
  43. chatnet = "OFTC";
  44. port = "6697";
  45. use_tls = "yes";
  46. tls_verify = "yes";
  47. },
  48. {
  49. address = "irc.quakenet.org";
  50. chatnet = "QuakeNet";
  51. port = "6667";
  52. },
  53. {
  54. address = "irc.rizon.net";
  55. chatnet = "Rizon";
  56. port = "6697";
  57. use_tls = "yes";
  58. tls_verify = "yes";
  59. },
  60. { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
  61. {
  62. address = "irc.undernet.org";
  63. chatnet = "Undernet";
  64. port = "6667";
  65. },
  66. {
  67. address = "irc.broadcasthe.net";
  68. chatnet = "BtN";
  69. port = "6697";
  70. use_tls = "yes";
  71. tls_verify = "yes";
  72. },
  73. {
  74. address = "irc.gazellegames.net";
  75. chatnet = "GGn";
  76. port = "7000";
  77. use_tls = "yes";
  78. tls_verify = "yes";
  79. ssl_cafile = "~/.irssi/cert/ggn.crt";
  80. },
  81. {
  82. address = "EFNet";
  83. chatnet = "EFNet";
  84. port = "0";
  85. password = "80";
  86. use_tls = "yes";
  87. tls_verify = "yes";
  88. },
  89. {
  90. address = "irc.whatbox.ca";
  91. chatnet = "Whatbox";
  92. port = "6697";
  93. use_tls = "yes";
  94. tls_verify = "yes";
  95. },
  96. {
  97. address = "irc.TheGeeks.click";
  98. chatnet = "TheGeeks";
  99. port = "6697";
  100. use_tls = "yes";
  101. tls_verify = "yes";
  102. }
  103. );
  104.  
  105. chatnets = {
  106. DALnet = {
  107. type = "IRC";
  108. max_kicks = "4";
  109. max_msgs = "20";
  110. max_whois = "30";
  111. };
  112. EFNet = {
  113. type = "IRC";
  114. max_kicks = "1";
  115. max_msgs = "4";
  116. max_whois = "1";
  117. };
  118. EsperNet = {
  119. type = "IRC";
  120. max_kicks = "1";
  121. max_msgs = "4";
  122. max_whois = "1";
  123. };
  124. Freenode = {
  125. type = "IRC";
  126. max_kicks = "1";
  127. max_msgs = "4";
  128. max_whois = "1";
  129. sasl_mechanism = "PLAIN";
  130. sasl_username = "mcj";
  131. sasl_password = "PASSWORD";
  132. };
  133. GameSurge = {
  134. type = "IRC";
  135. max_kicks = "1";
  136. max_msgs = "1";
  137. max_whois = "1";
  138. };
  139. IRCnet = {
  140. type = "IRC";
  141. max_kicks = "1";
  142. max_msgs = "1";
  143. max_whois = "1";
  144. };
  145. IRCSource = {
  146. type = "IRC";
  147. max_kicks = "1";
  148. max_msgs = "4";
  149. max_whois = "1";
  150. };
  151. NetFuze = {
  152. type = "IRC";
  153. max_kicks = "1";
  154. max_msgs = "1";
  155. max_whois = "1";
  156. };
  157. OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; };
  158. QuakeNet = {
  159. type = "IRC";
  160. max_kicks = "1";
  161. max_msgs = "1";
  162. max_whois = "1";
  163. };
  164. Rizon = {
  165. type = "IRC";
  166. max_kicks = "1";
  167. max_msgs = "1";
  168. max_whois = "1";
  169. sasl_mechanism = "plain";
  170. sasl_username = "mcj";
  171. sasl_password = "PASSWORD";
  172. };
  173. SILC = { type = "SILC"; };
  174. Undernet = {
  175. type = "IRC";
  176. max_kicks = "1";
  177. max_msgs = "1";
  178. max_whois = "1";
  179. };
  180. BtN = {
  181. type = "IRC";
  182. autosendcmd = "/^msg NickServ IDENTIFY PASSWORD";
  183. };
  184. GGn = {
  185. type = "IRC";
  186. autosendcmd = "/^msg Vertigo ENTER mcj PASSWORD";
  187. sasl_mechanism = "plain";
  188. sasl_username = "mcj";
  189. sasl_password = "nani64";
  190. };
  191. Whatbox = { type = "IRC"; };
  192. TheGeeks = { type = "IRC"; };
  193. };
  194.  
  195. channels = (
  196. { name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; },
  197. { name = "#freenode"; chatnet = "Freenode"; autojoin = "No"; },
  198. { name = "#irssi"; chatnet = "Freenode"; autojoin = "yes"; },
  199. { name = "#gamesurge"; chatnet = "GameSurge"; autojoin = "No"; },
  200. { name = "#irssi"; chatnet = "IRCNet"; autojoin = "No"; },
  201. { name = "#ircsource"; chatnet = "IRCSource"; autojoin = "No"; },
  202. { name = "#netfuze"; chatnet = "NetFuze"; autojoin = "No"; },
  203. { name = "#oftc"; chatnet = "OFTC"; autojoin = "No"; },
  204. { name = "silc"; chatnet = "SILC"; autojoin = "No"; },
  205. {
  206. name = "#GazelleGames";
  207. chatnet = "GGn";
  208. autojoin = "yes";
  209. autosendcmd = "/^msg Vertigo ENTER mcj PASSWORD";
  210. },
  211. { name = "#Casino"; chatnet = "GGn"; autojoin = "yes"; },
  212. {
  213. name = "#IdleRPG";
  214. chatnet = "GGn";
  215. autojoin = "yes";
  216. autosendcmd = "/^msg IdleRPG LOGIN Hoon PASSWORD";
  217. },
  218. { name = "#OpenEmu"; chatnet = "Freenode"; autojoin = "yes"; },
  219. {
  220. name = "#Reddit-SysAdmin";
  221. chatnet = "Freenode";
  222. autojoin = "yes";
  223. },
  224. { name = "#3DSHacks"; chatnet = "Rizon"; autojoin = "yes"; },
  225. { name = "#Whatbox"; chatnet = "Whatbox"; autojoin = "yes"; },
  226. { name = "#Politics"; chatnet = "Rizon"; autojoin = "yes"; },
  227. { name = "#4chan"; chatnet = "Rizon"; autojoin = "yes"; },
  228. { name = "#MacOSX"; chatnet = "Freenode"; autojoin = "yes"; },
  229. { name = "#Apple"; chatnet = "Freenode"; autojoin = "yes"; },
  230. { name = "#MechBoards"; chatnet = "Freenode"; autojoin = "yes"; }
  231. );
  232.  
  233. aliases = {
  234. ATAG = "WINDOW SERVER";
  235. ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
  236. B = "BAN";
  237. BACK = "AWAY";
  238. BANS = "BAN";
  239. BYE = "QUIT";
  240. C = "CLEAR";
  241. CALC = "EXEC - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi";
  242. CHAT = "DCC CHAT";
  243. CUBES = "SCRIPT EXEC Irssi::active_win->print(\"%_bases\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { join '', map { \"%x0\\${_}0\\$_\" } '0'..'9','A'..'F' }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print(\"%_cubes\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { my \\$y = \\$_*6 \\; join '', map { my \\$x = \\$_ \\; map { \"%x\\$x\\$_\\$x\\$_\" } @{['0'..'9','A'..'Z']}[\\$y .. \\$y+5] } 1..6 }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) for 0..5 \\; Irssi::active_win->print(\"%_grays\", MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print( do { join '', map { \"%x7\\${_}7\\$_\" } 'A'..'X' }, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; Irssi::active_win->print(\"%_mIRC extended colours\", MSGLEVEL_CLIENTCRAP) \\; my \\$x \\; \\$x .= sprintf \"\00399,%02d%02d\",\\$_,\\$_ for 0..15 \\; Irssi::active_win->print(\\$x, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) \\; for my \\$z (0..6) { my \\$x \\; \\$x .= sprintf \"\00399,%02d%02d\",\\$_,\\$_ for 16+(\\$z*12)..16+(\\$z*12)+11 \\; Irssi::active_win->print(\\$x, MSGLEVEL_NEVER | MSGLEVEL_CLIENTCRAP) }";
  244. DATE = "TIME";
  245. DEHIGHLIGHT = "DEHILIGHT";
  246. DESCRIBE = "ACTION";
  247. DHL = "DEHILIGHT";
  248. EXEMPTLIST = "MODE $C +e";
  249. EXIT = "QUIT";
  250. GOTO = "SCROLLBACK GOTO";
  251. HIGHLIGHT = "HILIGHT";
  252. HL = "HILIGHT";
  253. HOST = "USERHOST";
  254. INVITELIST = "MODE $C +I";
  255. J = "JOIN";
  256. K = "KICK";
  257. KB = "KICKBAN";
  258. KN = "KNOCKOUT";
  259. LAST = "LASTLOG";
  260. LEAVE = "PART";
  261. M = "MSG";
  262. MUB = "UNBAN *";
  263. N = "NAMES";
  264. NMSG = "^MSG";
  265. P = "PART";
  266. Q = "QUERY";
  267. RESET = "SET -default";
  268. RUN = "SCRIPT LOAD";
  269. SAY = "MSG *";
  270. SB = "SCROLLBACK";
  271. SBAR = "STATUSBAR";
  272. SIGNOFF = "QUIT";
  273. SV = "MSG * Irssi $J ($V) - http://www.irssi.org";
  274. T = "TOPIC";
  275. UB = "UNBAN";
  276. UMODE = "MODE $N";
  277. UNSET = "SET -clear";
  278. W = "WHO";
  279. WC = "WINDOW CLOSE";
  280. WG = "WINDOW GOTO";
  281. WJOIN = "JOIN -window";
  282. WI = "WHOIS";
  283. WII = "WHOIS $0 $0";
  284. WL = "WINDOW LIST";
  285. WN = "WINDOW NEW HIDDEN";
  286. WQUERY = "QUERY -window";
  287. WW = "WHOWAS";
  288. 1 = "WINDOW GOTO 1";
  289. 2 = "WINDOW GOTO 2";
  290. 3 = "WINDOW GOTO 3";
  291. 4 = "WINDOW GOTO 4";
  292. 5 = "WINDOW GOTO 5";
  293. 6 = "WINDOW GOTO 6";
  294. 7 = "WINDOW GOTO 7";
  295. 8 = "WINDOW GOTO 8";
  296. 9 = "WINDOW GOTO 9";
  297. 10 = "WINDOW GOTO 10";
  298. 11 = "WINDOW GOTO 11";
  299. 12 = "WINDOW GOTO 12";
  300. 13 = "WINDOW GOTO 13";
  301. 14 = "WINDOW GOTO 14";
  302. 15 = "WINDOW GOTO 15";
  303. 16 = "WINDOW GOTO 16";
  304. 17 = "WINDOW GOTO 17";
  305. 18 = "WINDOW GOTO 18";
  306. 19 = "WINDOW GOTO 19";
  307. 20 = "WINDOW GOTO 20";
  308. 21 = "WINDOW GOTO 21";
  309. 22 = "WINDOW GOTO 22";
  310. 23 = "WINDOW GOTO 23";
  311. 24 = "WINDOW GOTO 24";
  312. 25 = "WINDOW GOTO 25";
  313. 26 = "WINDOW GOTO 26";
  314. 27 = "WINDOW GOTO 27";
  315. 28 = "WINDOW GOTO 28";
  316. 29 = "WINDOW GOTO 29";
  317. 30 = "WINDOW GOTO 30";
  318. 31 = "WINDOW GOTO 31";
  319. 32 = "WINDOW GOTO 32";
  320. 33 = "WINDOW GOTO 33";
  321. 34 = "WINDOW GOTO 34";
  322. 35 = "WINDOW GOTO 35";
  323. 36 = "WINDOW GOTO 36";
  324. 37 = "WINDOW GOTO 37";
  325. 38 = "WINDOW GOTO 38";
  326. 39 = "WINDOW GOTO 39";
  327. 40 = "WINDOW GOTO 40";
  328. 41 = "WINDOW GOTO 41";
  329. 42 = "WINDOW GOTO 42";
  330. 43 = "WINDOW GOTO 43";
  331. 44 = "WINDOW GOTO 44";
  332. 45 = "WINDOW GOTO 45";
  333. 46 = "WINDOW GOTO 46";
  334. 47 = "WINDOW GOTO 47";
  335. 48 = "WINDOW GOTO 48";
  336. 49 = "WINDOW GOTO 49";
  337. 50 = "WINDOW GOTO 50";
  338. 51 = "WINDOW GOTO 51";
  339. 52 = "WINDOW GOTO 52";
  340. 53 = "WINDOW GOTO 53";
  341. 54 = "WINDOW GOTO 54";
  342. 55 = "WINDOW GOTO 55";
  343. 56 = "WINDOW GOTO 56";
  344. 57 = "WINDOW GOTO 57";
  345. 58 = "WINDOW GOTO 58";
  346. 59 = "WINDOW GOTO 59";
  347. 60 = "WINDOW GOTO 60";
  348. 61 = "WINDOW GOTO 61";
  349. 62 = "WINDOW GOTO 62";
  350. 63 = "WINDOW GOTO 63";
  351. 64 = "WINDOW GOTO 64";
  352. 65 = "WINDOW GOTO 65";
  353. 66 = "WINDOW GOTO 66";
  354. 67 = "WINDOW GOTO 67";
  355. 68 = "WINDOW GOTO 68";
  356. 69 = "WINDOW GOTO 69";
  357. 70 = "WINDOW GOTO 70";
  358. 71 = "WINDOW GOTO 71";
  359. 72 = "WINDOW GOTO 72";
  360. 73 = "WINDOW GOTO 73";
  361. 74 = "WINDOW GOTO 74";
  362. 75 = "WINDOW GOTO 75";
  363. 76 = "WINDOW GOTO 76";
  364. 77 = "WINDOW GOTO 77";
  365. 78 = "WINDOW GOTO 78";
  366. 79 = "WINDOW GOTO 79";
  367. 80 = "WINDOW GOTO 80";
  368. 81 = "WINDOW GOTO 81";
  369. 82 = "WINDOW GOTO 82";
  370. 83 = "WINDOW GOTO 83";
  371. 84 = "WINDOW GOTO 84";
  372. 85 = "WINDOW GOTO 85";
  373. 86 = "WINDOW GOTO 86";
  374. 87 = "WINDOW GOTO 87";
  375. 88 = "WINDOW GOTO 88";
  376. 89 = "WINDOW GOTO 89";
  377. 90 = "WINDOW GOTO 90";
  378. 91 = "WINDOW GOTO 91";
  379. 92 = "WINDOW GOTO 92";
  380. 93 = "WINDOW GOTO 93";
  381. 94 = "WINDOW GOTO 94";
  382. 95 = "WINDOW GOTO 95";
  383. 96 = "WINDOW GOTO 96";
  384. 97 = "WINDOW GOTO 97";
  385. 98 = "WINDOW GOTO 98";
  386. 99 = "WINDOW GOTO 99";
  387. QUIT = "ECHO You don't \0034want\003 to do that!! Type \002\0034//quit\003\002 if you're sure, Joey.";
  388. };
  389.  
  390. statusbar = {
  391.  
  392. items = {
  393.  
  394. barstart = "{sbstart}";
  395. barend = "{sbend}";
  396.  
  397. topicbarstart = "{topicsbstart}";
  398. topicbarend = "{topicsbend}";
  399.  
  400. time = "{sb $Z}";
  401. user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
  402.  
  403. window = "{sb $winref:$tag/$itemname{sbmode $M}}";
  404. window_empty = "{sb $winref{sbservertag $tag}}";
  405.  
  406. prompt = "{prompt $[.15]itemname}";
  407. prompt_empty = "{prompt $winname}";
  408.  
  409. topic = " $topic";
  410. topic_empty = " Irssi v$J - http://www.irssi.org";
  411.  
  412. lag = "{sb Lag: $0-}";
  413. act = "{sb Act: $0-}";
  414. more = "-- more --";
  415. };
  416.  
  417. default = {
  418.  
  419. window = {
  420.  
  421. disabled = "no";
  422. type = "window";
  423. placement = "bottom";
  424. position = "1";
  425. visible = "active";
  426.  
  427. items = {
  428. barstart = { priority = "100"; };
  429. time = { };
  430. user = { };
  431. window = { };
  432. window_empty = { };
  433. lag = { priority = "-1"; };
  434. more = { priority = "-1"; alignment = "right"; };
  435. barend = { priority = "100"; alignment = "right"; };
  436. };
  437. };
  438.  
  439. window_inact = {
  440.  
  441. type = "window";
  442. placement = "bottom";
  443. position = "1";
  444. visible = "inactive";
  445.  
  446. items = {
  447. barstart = { priority = "100"; };
  448. window = { };
  449. window_empty = { };
  450. more = { priority = "-1"; alignment = "right"; };
  451. barend = { priority = "100"; alignment = "right"; };
  452. };
  453. };
  454.  
  455. prompt = {
  456.  
  457. type = "root";
  458. placement = "bottom";
  459. position = "100";
  460. visible = "always";
  461.  
  462. items = {
  463. prompt = { priority = "-1"; };
  464. prompt_empty = { priority = "-1"; };
  465. colours = { alignment = "right"; };
  466. input = { priority = "10"; };
  467. };
  468. };
  469.  
  470. topic = {
  471.  
  472. type = "root";
  473. placement = "top";
  474. position = "1";
  475. visible = "always";
  476.  
  477. items = {
  478. topicbarstart = { priority = "100"; };
  479. topic = { };
  480. topic_empty = { };
  481. topicbarend = { priority = "100"; alignment = "right"; };
  482. };
  483. };
  484. awl_0 = {
  485. items = {
  486. barstart = { priority = "100"; };
  487. awl_0 = { };
  488. barend = { priority = "100"; alignment = "right"; };
  489. };
  490. };
  491. awl_1 = {
  492. items = {
  493. barstart = { priority = "100"; };
  494. awl_1 = { };
  495. barend = { priority = "100"; alignment = "right"; };
  496. };
  497. };
  498. };
  499. };
  500. settings = {
  501. core = { real_name = "Video Games"; user_name = "vidya"; nick = "mcj"; };
  502. "fe-text" = { actlist_sort = "refnum"; colors_ansi_24bit = "no"; };
  503. "perl/core/scripts" = {
  504. awl_shared_sbar = "OFF";
  505. awl_viewer = "no";
  506. neat_global_colors = "yes";
  507. neat_maxlength = "10";
  508. neat_custom_modes = "yes";
  509. nicklist_height = "49";
  510. nicklist_width = "10";
  511. awl_block = "11";
  512. trackbar_ignore_windows = "2";
  513. trackbar_string = "%b─";
  514. neat_colors = "rX66RX67X6LX37X3DX4CX46X5CX56X6JX47X5DX6KX6DX57X6EX5EX4EX4KX4JX5JX4DX3CX4IyX4OX2DX2CX3IX3OX2JX3PX3JX1CX2IX1IX1OX1PgGX1DX1JX1QX2RX2KX3KX3QX2QX2PX1EX1LX1KX1RX1ScX1MX1NX1TCX2EX1FX19X1GX1AX1BX1HX2NX2HBX3HX3NX2MX2GX2AX2FX2LX3LX3FX4MX3MX3GX29X25X24bX15X2BX4NMX45X5BX6AX5AX5HX3BX4HX3AX4GX39X4FX5LX5NX42X53X52X34X35X55X65X6BX4BX4AX48X5GX6HX5MX6MX6NmX54X51X69X68X59X5FX6FX58X49X6GX3EX4L";
  515. neat_dynamic = "yes";
  516. neat_staircase_shrink = "no";
  517. neat_melength = "0";
  518. awl_mouse = "yes";
  519. neat_history = "50";
  520. neat_shrink = "no";
  521. neat_color_hinick = "yes";
  522. };
  523. "fe-common/core" = { theme = "greenbox"; };
  524. "irc/core" = {
  525. alternate_nick = "mcj-";
  526. ctcp_version_reply = "ircII v0.0.3";
  527. ctcp_userinfo_reply = "ur mom";
  528. };
  529. };
  530. keyboard = (
  531. { key = "meta-z"; id = "command"; data = "nicklist scroll -10"; },
  532. { key = "meta-x"; id = "command"; data = "nicklist scroll +10"; },
  533. { key = "meta-[M"; id = "command"; data = "mouse_xterm"; }
  534. );
  535. hilights = (
  536. { text = "Hoon"; nick = "yes"; word = "yes"; },
  537. { text = "mcj"; nick = "yes"; word = "yes"; }
  538. );
  539. logs = { };
  540. ignores = (
  541. {
  542. level = "CRAP JOINS PARTS QUITS MODES";
  543. servertag = "GGn";
  544. channels = ( "#IdleRPG" );
  545. },
  546. {
  547. level = "CRAP JOINS PARTS QUITS MODES";
  548. servertag = "GGn";
  549. channels = ( "#Casino" );
  550. }
  551. );
  552. windows = {
  553. 1 = {
  554. immortal = "yes";
  555. name = "S";
  556. level = "CRAP MSGS PUBLICS SNOTES CTCPS ACTIONS JOINS PARTS QUITS KICKS MODES TOPICS WALLOPS INVITES NICKS DCC DCCMSGS CLIENTNOTICES CLIENTCRAP CLIENTERRORS";
  557. sticky = "yes";
  558. };
  559. 2 = {
  560. immortal = "yes";
  561. name = "H";
  562. level = "NOTICES HILIGHTS";
  563. sticky = "yes";
  564. };
  565. };
  566. mainwindows = {
  567. 1 = { first_line = "7"; lines = "40"; };
  568. 2 = { first_line = "1"; lines = "6"; };
  569. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement