Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.05 KB | None | 0 0
  1. servers = (
  2. { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
  3. { address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
  4. { address = "irc.esper.net"; chatnet = "EsperNet"; port = "6667"; },
  5. {
  6. address = "chat.freenode.net";
  7. chatnet = "Freenode";
  8. port = "6667";
  9. },
  10. {
  11. address = "irc.gamesurge.net";
  12. chatnet = "GameSurge";
  13. port = "6667";
  14. },
  15. { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
  16. { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
  17. {
  18. address = "irc.ircsource.net";
  19. chatnet = "IRCSource";
  20. port = "6667";
  21. },
  22. { address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; },
  23. { address = "irc.oftc.net"; chatnet = "OFTC"; port = "6667"; },
  24. {
  25. address = "irc.quakenet.org";
  26. chatnet = "QuakeNet";
  27. port = "6667";
  28. },
  29. {
  30. address = "irc.rizon.net";
  31. chatnet = "Rizon";
  32. port = "6667";
  33. use_ssl = "no";
  34. ssl_verify = "no";
  35. autoconnect = "no";
  36. },
  37. { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
  38. {
  39. address = "irc.undernet.org";
  40. chatnet = "Undernet";
  41. port = "6667";
  42. },
  43. {
  44. address = "rizonbnc.us.rizon.net";
  45. port = "1234";
  46. password = "THE FUCK YOU LOOKING AT ADRIFT YOU FEMALE MANWHORE";
  47. use_ssl = "no";
  48. ssl_verify = "no";
  49. autoconnect = "yes";
  50. }
  51. );
  52.  
  53. chatnets = {
  54. DALnet = {
  55. type = "IRC";
  56. max_kicks = "4";
  57. max_msgs = "20";
  58. max_whois = "30";
  59. };
  60. EFNet = {
  61. type = "IRC";
  62. max_kicks = "1";
  63. max_msgs = "4";
  64. max_whois = "1";
  65. };
  66. EsperNet = {
  67. type = "IRC";
  68. max_kicks = "1";
  69. max_msgs = "4";
  70. max_whois = "1";
  71. };
  72. Freenode = {
  73. type = "IRC";
  74. max_kicks = "1";
  75. max_msgs = "4";
  76. max_whois = "1";
  77. };
  78. GameSurge = {
  79. type = "IRC";
  80. max_kicks = "1";
  81. max_msgs = "1";
  82. max_whois = "1";
  83. };
  84. IRCnet = {
  85. type = "IRC";
  86. max_kicks = "1";
  87. max_msgs = "1";
  88. max_whois = "1";
  89. };
  90. IRCSource = {
  91. type = "IRC";
  92. max_kicks = "1";
  93. max_msgs = "4";
  94. max_whois = "1";
  95. };
  96. NetFuze = {
  97. type = "IRC";
  98. max_kicks = "1";
  99. max_msgs = "1";
  100. max_whois = "1";
  101. };
  102. OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; };
  103. QuakeNet = {
  104. type = "IRC";
  105. max_kicks = "1";
  106. max_msgs = "1";
  107. max_whois = "1";
  108. };
  109. Rizon = {
  110. type = "IRC";
  111. nick = "varzeki";
  112. autosendcmd = "/msg nickserv identify h0nee ;/prompt set -only >>;wait 2000";
  113. max_kicks = "1";
  114. max_msgs = "1";
  115. max_whois = "1";
  116. };
  117. SILC = { type = "SILC"; };
  118. Undernet = {
  119. type = "IRC";
  120. max_kicks = "1";
  121. max_msgs = "1";
  122. max_whois = "1";
  123. };
  124. };
  125.  
  126. channels = (
  127. { name = "#homescreen"; chatnet = "Rizon"; autojoin = "no"; }
  128. );
  129.  
  130. aliases = {
  131. ATAG = "WINDOW SERVER";
  132. ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
  133. B = "BAN";
  134. BACK = "AWAY";
  135. BANS = "BAN";
  136. BYE = "QUIT";
  137. C = "CLEAR";
  138. CALC = "EXEC - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi";
  139. CHAT = "DCC CHAT";
  140. 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) }";
  141. DATE = "TIME";
  142. DEHIGHLIGHT = "DEHILIGHT";
  143. DESCRIBE = "ACTION";
  144. DHL = "DEHILIGHT";
  145. EXEMPTLIST = "MODE $C +e";
  146. EXIT = "QUIT";
  147. GOTO = "SCROLLBACK GOTO";
  148. HIGHLIGHT = "HILIGHT";
  149. HL = "HILIGHT";
  150. HOST = "USERHOST";
  151. INVITELIST = "MODE $C +I";
  152. J = "JOIN";
  153. K = "KICK";
  154. KB = "KICKBAN";
  155. KN = "KNOCKOUT";
  156. LAST = "LASTLOG";
  157. LEAVE = "PART";
  158. M = "MSG";
  159. MUB = "UNBAN *";
  160. N = "NAMES";
  161. NMSG = "^MSG";
  162. P = "PART";
  163. Q = "QUERY";
  164. RESET = "SET -default";
  165. RUN = "SCRIPT LOAD";
  166. SAY = "MSG *";
  167. SB = "SCROLLBACK";
  168. SBAR = "STATUSBAR";
  169. SIGNOFF = "QUIT";
  170. SV = "MSG * Irssi $J ($V) - http://www.irssi.org";
  171. T = "TOPIC";
  172. UB = "UNBAN";
  173. UMODE = "MODE $N";
  174. UNSET = "SET -clear";
  175. W = "WHO";
  176. WC = "WINDOW CLOSE";
  177. WG = "WINDOW GOTO";
  178. WJOIN = "JOIN -window";
  179. WI = "WHOIS";
  180. WII = "WHOIS $0 $0";
  181. WL = "WINDOW LIST";
  182. WN = "WINDOW NEW HIDDEN";
  183. WQUERY = "QUERY -window";
  184. WW = "WHOWAS";
  185. 1 = "WINDOW GOTO 1";
  186. 2 = "WINDOW GOTO 2";
  187. 3 = "WINDOW GOTO 3";
  188. 4 = "WINDOW GOTO 4";
  189. 5 = "WINDOW GOTO 5";
  190. 6 = "WINDOW GOTO 6";
  191. 7 = "WINDOW GOTO 7";
  192. 8 = "WINDOW GOTO 8";
  193. 9 = "WINDOW GOTO 9";
  194. 10 = "WINDOW GOTO 10";
  195. 11 = "WINDOW GOTO 11";
  196. 12 = "WINDOW GOTO 12";
  197. 13 = "WINDOW GOTO 13";
  198. 14 = "WINDOW GOTO 14";
  199. 15 = "WINDOW GOTO 15";
  200. 16 = "WINDOW GOTO 16";
  201. 17 = "WINDOW GOTO 17";
  202. 18 = "WINDOW GOTO 18";
  203. 19 = "WINDOW GOTO 19";
  204. 20 = "WINDOW GOTO 20";
  205. 21 = "WINDOW GOTO 21";
  206. 22 = "WINDOW GOTO 22";
  207. 23 = "WINDOW GOTO 23";
  208. 24 = "WINDOW GOTO 24";
  209. 25 = "WINDOW GOTO 25";
  210. 26 = "WINDOW GOTO 26";
  211. 27 = "WINDOW GOTO 27";
  212. 28 = "WINDOW GOTO 28";
  213. 29 = "WINDOW GOTO 29";
  214. 30 = "WINDOW GOTO 30";
  215. 31 = "WINDOW GOTO 31";
  216. 32 = "WINDOW GOTO 32";
  217. 33 = "WINDOW GOTO 33";
  218. 34 = "WINDOW GOTO 34";
  219. 35 = "WINDOW GOTO 35";
  220. 36 = "WINDOW GOTO 36";
  221. 37 = "WINDOW GOTO 37";
  222. 38 = "WINDOW GOTO 38";
  223. 39 = "WINDOW GOTO 39";
  224. 40 = "WINDOW GOTO 40";
  225. 41 = "WINDOW GOTO 41";
  226. 42 = "WINDOW GOTO 42";
  227. 43 = "WINDOW GOTO 43";
  228. 44 = "WINDOW GOTO 44";
  229. 45 = "WINDOW GOTO 45";
  230. 46 = "WINDOW GOTO 46";
  231. 47 = "WINDOW GOTO 47";
  232. 48 = "WINDOW GOTO 48";
  233. 49 = "WINDOW GOTO 49";
  234. 50 = "WINDOW GOTO 50";
  235. 51 = "WINDOW GOTO 51";
  236. 52 = "WINDOW GOTO 52";
  237. 53 = "WINDOW GOTO 53";
  238. 54 = "WINDOW GOTO 54";
  239. 55 = "WINDOW GOTO 55";
  240. 56 = "WINDOW GOTO 56";
  241. 57 = "WINDOW GOTO 57";
  242. 58 = "WINDOW GOTO 58";
  243. 59 = "WINDOW GOTO 59";
  244. 60 = "WINDOW GOTO 60";
  245. 61 = "WINDOW GOTO 61";
  246. 62 = "WINDOW GOTO 62";
  247. 63 = "WINDOW GOTO 63";
  248. 64 = "WINDOW GOTO 64";
  249. 65 = "WINDOW GOTO 65";
  250. 66 = "WINDOW GOTO 66";
  251. 67 = "WINDOW GOTO 67";
  252. 68 = "WINDOW GOTO 68";
  253. 69 = "WINDOW GOTO 69";
  254. 70 = "WINDOW GOTO 70";
  255. 71 = "WINDOW GOTO 71";
  256. 72 = "WINDOW GOTO 72";
  257. 73 = "WINDOW GOTO 73";
  258. 74 = "WINDOW GOTO 74";
  259. 75 = "WINDOW GOTO 75";
  260. 76 = "WINDOW GOTO 76";
  261. 77 = "WINDOW GOTO 77";
  262. 78 = "WINDOW GOTO 78";
  263. 79 = "WINDOW GOTO 79";
  264. 80 = "WINDOW GOTO 80";
  265. 81 = "WINDOW GOTO 81";
  266. 82 = "WINDOW GOTO 82";
  267. 83 = "WINDOW GOTO 83";
  268. 84 = "WINDOW GOTO 84";
  269. 85 = "WINDOW GOTO 85";
  270. 86 = "WINDOW GOTO 86";
  271. 87 = "WINDOW GOTO 87";
  272. 88 = "WINDOW GOTO 88";
  273. 89 = "WINDOW GOTO 89";
  274. 90 = "WINDOW GOTO 90";
  275. 91 = "WINDOW GOTO 91";
  276. 92 = "WINDOW GOTO 92";
  277. 93 = "WINDOW GOTO 93";
  278. 94 = "WINDOW GOTO 94";
  279. 95 = "WINDOW GOTO 95";
  280. 96 = "WINDOW GOTO 96";
  281. 97 = "WINDOW GOTO 97";
  282. 98 = "WINDOW GOTO 98";
  283. 99 = "WINDOW GOTO 99";
  284. hideadd = "eval set activity_hide_targets $activity_hide_targets $-";
  285. hideclear = "set -c activity_hide_targets";
  286. "hidelevels.clear" = "set -c activity_hide_level";
  287. "hidelevels.set" = "set activity_hide_level parts joins quits nicks modes";
  288. hidelist = "set activity_hide_targets";
  289. hideset = "set activity_hide_targets $-";
  290. };
  291.  
  292. statusbar = {
  293.  
  294. items = {
  295.  
  296. barstart = "{sbstart}";
  297. barend = "{sbend}";
  298.  
  299. topicbarstart = "{topicsbstart}";
  300. topicbarend = "{topicsbend}";
  301.  
  302. time = "{sb $Z}";
  303. user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
  304.  
  305. window = "{sb $winref:$tag/$itemname{sbmode $M}}";
  306. window_empty = "{sb $winref{sbservertag $tag}}";
  307.  
  308. prompt = "{prompt $[.15]itemname}";
  309. prompt_empty = "{prompt $winname}";
  310.  
  311. topic = " $topic";
  312. topic_empty = " Irssi v$J - http://www.irssi.org";
  313.  
  314. lag = "{sb Lag: $0-}";
  315. act = "{sb Act: $0-}";
  316. more = "-- more --";
  317. };
  318.  
  319. default = {
  320.  
  321. window = {
  322.  
  323. type = "window";
  324. placement = "bottom";
  325. position = "1";
  326. visible = "active";
  327.  
  328. items = { };
  329. disabled = "yes";
  330. };
  331.  
  332. window_inact = {
  333.  
  334. type = "window";
  335. placement = "bottom";
  336. position = "1";
  337. visible = "inactive";
  338.  
  339. items = {
  340. barstart = { priority = "100"; };
  341. window = { };
  342. window_empty = { };
  343. more = { priority = "-1"; alignment = "right"; };
  344. barend = { priority = "100"; alignment = "right"; };
  345. };
  346. };
  347.  
  348.  
  349. topic = {
  350.  
  351. type = "root";
  352. placement = "top";
  353. position = "1";
  354. visible = "always";
  355.  
  356. items = {
  357. topicbarstart = { priority = "100"; };
  358. topicbarend = { priority = "100"; alignment = "right"; };
  359. };
  360. disabled = "yes";
  361. };
  362. prompt = {
  363. items = {
  364. prompt = { priority = "-1"; };
  365. prompt_empty = { priority = "-1"; };
  366. input = { priority = "10"; };
  367. };
  368. position = "100";
  369. };
  370. };
  371. };
  372. settings = {
  373. core = {
  374. real_name = "varzeki";
  375. user_name = "varzeki";
  376. nick = "varzeki";
  377. };
  378. "fe-text" = { actlist_sort = "refnum"; };
  379. "irc/core" = {
  380. skip_motd = "yes";
  381. ctcp_version_reply = "\006\002GLORIOUS IRSSI";
  382. };
  383. "fe-common/core" = {
  384. bell_beeps = "yes";
  385. beep_msg_level = "MSGS NOTICES DCC DCCMSGS HILIGHT";
  386. theme = "default";
  387. activity_hide_targets = "";
  388. activity_hide_level = "parts joins quits nicks modes";
  389. beep_when_window_active = "yes";
  390. beep_when_away = "yes";
  391. };
  392. };
  393. hilights = (
  394. { text = "varzeki"; nick = "yes"; word = "yes"; },
  395. { text = "var"; nick = "yes"; word = "yes"; },
  396. { text = "varz"; nick = "yes"; word = "yes"; },
  397. { text = "aussie"; nick = "yes"; word = "yes"; }
  398. );
  399. logs = { };
  400. windows = {
  401. 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; };
  402. 2 = {
  403. items = (
  404. {
  405. type = "CHANNEL";
  406. chat_type = "IRC";
  407. name = "#homescreen";
  408. tag = "rizonbnc";
  409. }
  410. );
  411. };
  412. 3 = {
  413. items = (
  414. {
  415. type = "CHANNEL";
  416. chat_type = "IRC";
  417. name = "#wednesday";
  418. tag = "rizonbnc";
  419. }
  420. );
  421. };
  422. };
  423. mainwindows = { 2 = { first_line = "0"; lines = "23"; }; };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement