config 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. aliases = {
  2. ATAG = "WINDOW SERVER";
  3. ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
  4. B = "BAN";
  5. BACK = "AWAY";
  6. BANS = "BAN";
  7. BYE = "QUIT";
  8. C = "CLEAR";
  9. CALC = "EXEC - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi";
  10. CHAT = "DCC CHAT";
  11. 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) }";
  12. DATE = "TIME";
  13. DEHIGHLIGHT = "DEHILIGHT";
  14. DESCRIBE = "ACTION";
  15. DHL = "DEHILIGHT";
  16. EXEMPTLIST = "MODE $C +e";
  17. EXIT = "QUIT";
  18. GOTO = "SCROLLBACK GOTO";
  19. HIGHLIGHT = "HILIGHT";
  20. HL = "HILIGHT";
  21. HOST = "USERHOST";
  22. INVITELIST = "MODE $C +I";
  23. J = "JOIN";
  24. K = "KICK";
  25. KB = "KICKBAN";
  26. KN = "KNOCKOUT";
  27. KO = "KNOCKOUT";
  28. LAST = "LASTLOG";
  29. LEAVE = "PART";
  30. M = "MSG";
  31. MUB = "UNBAN *";
  32. N = "NAMES";
  33. NMSG = "^MSG";
  34. P = "PART";
  35. Q = "QUERY";
  36. RESET = "SET -default";
  37. RUN = "SCRIPT LOAD";
  38. SAY = "MSG *";
  39. SB = "SCROLLBACK";
  40. SBAR = "STATUSBAR";
  41. SIGNOFF = "QUIT";
  42. T = "TOPIC";
  43. UB = "UNBAN";
  44. UMODE = "MODE $N";
  45. UNSET = "SET -clear";
  46. W = "WHO";
  47. WC = "WINDOW CLOSE";
  48. CLOSE = "WINDOW CLOSE";
  49. WG = "WINDOW GOTO";
  50. G = "WINDOW GOTO";
  51. WJOIN = "JOIN -window";
  52. WI = "WHOIS";
  53. WII = "WHOIS $0 $0";
  54. WL = "WINDOW LIST";
  55. WN = "WINDOW NEW HIDDEN";
  56. WQUERY = "QUERY -window";
  57. WW = "WHOWAS";
  58. 1 = "WINDOW GOTO 1";
  59. 2 = "WINDOW GOTO 2";
  60. 3 = "WINDOW GOTO 3";
  61. 4 = "WINDOW GOTO 4";
  62. 5 = "WINDOW GOTO 5";
  63. 6 = "WINDOW GOTO 6";
  64. 7 = "WINDOW GOTO 7";
  65. 8 = "WINDOW GOTO 8";
  66. 9 = "WINDOW GOTO 9";
  67. 10 = "WINDOW GOTO 10";
  68. 11 = "WINDOW GOTO 11";
  69. 12 = "WINDOW GOTO 12";
  70. 13 = "WINDOW GOTO 13";
  71. 14 = "WINDOW GOTO 14";
  72. 15 = "WINDOW GOTO 15";
  73. 16 = "WINDOW GOTO 16";
  74. 17 = "WINDOW GOTO 17";
  75. 18 = "WINDOW GOTO 18";
  76. 19 = "WINDOW GOTO 19";
  77. 20 = "WINDOW GOTO 20";
  78. 21 = "WINDOW GOTO 21";
  79. 22 = "WINDOW GOTO 22";
  80. 23 = "WINDOW GOTO 23";
  81. 24 = "WINDOW GOTO 24";
  82. 25 = "WINDOW GOTO 25";
  83. 26 = "WINDOW GOTO 26";
  84. 27 = "WINDOW GOTO 27";
  85. 28 = "WINDOW GOTO 28";
  86. 29 = "WINDOW GOTO 29";
  87. 30 = "WINDOW GOTO 30";
  88. 31 = "WINDOW GOTO 31";
  89. 32 = "WINDOW GOTO 32";
  90. 33 = "WINDOW GOTO 33";
  91. 34 = "WINDOW GOTO 34";
  92. 35 = "WINDOW GOTO 35";
  93. 36 = "WINDOW GOTO 36";
  94. 37 = "WINDOW GOTO 37";
  95. 38 = "WINDOW GOTO 38";
  96. 39 = "WINDOW GOTO 39";
  97. 40 = "WINDOW GOTO 40";
  98. 41 = "WINDOW GOTO 41";
  99. 42 = "WINDOW GOTO 42";
  100. 43 = "WINDOW GOTO 43";
  101. 44 = "WINDOW GOTO 44";
  102. 45 = "WINDOW GOTO 45";
  103. 46 = "WINDOW GOTO 46";
  104. 47 = "WINDOW GOTO 47";
  105. 48 = "WINDOW GOTO 48";
  106. 49 = "WINDOW GOTO 49";
  107. 50 = "WINDOW GOTO 50";
  108. 51 = "WINDOW GOTO 51";
  109. 52 = "WINDOW GOTO 52";
  110. 53 = "WINDOW GOTO 53";
  111. 54 = "WINDOW GOTO 54";
  112. 55 = "WINDOW GOTO 55";
  113. 56 = "WINDOW GOTO 56";
  114. 57 = "WINDOW GOTO 57";
  115. 58 = "WINDOW GOTO 58";
  116. 59 = "WINDOW GOTO 59";
  117. 60 = "WINDOW GOTO 60";
  118. 61 = "WINDOW GOTO 61";
  119. 62 = "WINDOW GOTO 62";
  120. 63 = "WINDOW GOTO 63";
  121. 64 = "WINDOW GOTO 64";
  122. 65 = "WINDOW GOTO 65";
  123. 66 = "WINDOW GOTO 66";
  124. 67 = "WINDOW GOTO 67";
  125. 68 = "WINDOW GOTO 68";
  126. 69 = "WINDOW GOTO 69";
  127. 70 = "WINDOW GOTO 70";
  128. 71 = "WINDOW GOTO 71";
  129. 72 = "WINDOW GOTO 72";
  130. 73 = "WINDOW GOTO 73";
  131. 74 = "WINDOW GOTO 74";
  132. 75 = "WINDOW GOTO 75";
  133. 76 = "WINDOW GOTO 76";
  134. 77 = "WINDOW GOTO 77";
  135. 78 = "WINDOW GOTO 78";
  136. 79 = "WINDOW GOTO 79";
  137. 80 = "WINDOW GOTO 80";
  138. 81 = "WINDOW GOTO 81";
  139. 82 = "WINDOW GOTO 82";
  140. 83 = "WINDOW GOTO 83";
  141. 84 = "WINDOW GOTO 84";
  142. 85 = "WINDOW GOTO 85";
  143. 86 = "WINDOW GOTO 86";
  144. 87 = "WINDOW GOTO 87";
  145. 88 = "WINDOW GOTO 88";
  146. 89 = "WINDOW GOTO 89";
  147. 90 = "WINDOW GOTO 90";
  148. 91 = "WINDOW GOTO 91";
  149. 92 = "WINDOW GOTO 92";
  150. 93 = "WINDOW GOTO 93";
  151. 94 = "WINDOW GOTO 94";
  152. 95 = "WINDOW GOTO 95";
  153. 96 = "WINDOW GOTO 96";
  154. 97 = "WINDOW GOTO 97";
  155. 98 = "WINDOW GOTO 98";
  156. 99 = "WINDOW GOTO 99";
  157. rainbow = "exec -o toilet --irc --gay -f term -- $";
  158. nn = "window number";
  159. move = "window move";
  160. kline = "quote kline";
  161. gline = "quote gline";
  162. challenge = "quote challenge";
  163. };
  164. settings = {
  165. core = {
  166. real_name = "we dont play by the rules, whats the caution";
  167. user_name = "xfnw";
  168. nick = "xfnw";
  169. };
  170. "fe-text" = { actlist_sort = "refnum"; paste_join_multiline = "no"; };
  171. "fe-common/core" = {
  172. autolog = "yes";
  173. theme = "furry";
  174. active_window_ignore_refnum = "no";
  175. autoclose_query = "172800";
  176. beep_msg_level = "MSGS HILIGHT DCCMSGS";
  177. };
  178. "irc/core" = { cmds_max_at_once = "100"; };
  179. };
  180. logs = { };
  181. windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; };
  182. mainwindows = { 1 = { first_line = "1"; lines = "39"; }; };
  183. ignores = ( );
  184. statusbar = {
  185. items = {
  186. user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}} ";
  187. lag = " {sb Lag: $0-}";
  188. act = " {sb Act: $0-}";
  189. };
  190. default = {
  191. window = { placement = "top"; position = "0"; disabled = "yes"; };
  192. prompt = {
  193. placement = "bottom";
  194. items = {
  195. user = { };
  196. input = { priority = "100"; };
  197. lag = { };
  198. more = { };
  199. };
  200. };
  201. topic = {
  202. items = {
  203. topicbarstart = { priority = "100"; };
  204. window = { };
  205. window_empty = { };
  206. topic = { };
  207. topic_empty = { };
  208. topicbarend = { priority = "100"; alignment = "right"; };
  209. act = { priority = "10"; alignment = "right"; };
  210. };
  211. };
  212. };
  213. };
  214. hilights = (
  215. {
  216. text = "xfnw";
  217. color = "%G";
  218. act_color = "%Y";
  219. word = "yes";
  220. full = "yes";
  221. },
  222. {
  223. text = "vulpine";
  224. color = "%G";
  225. act_color = "%Y";
  226. word = "yes";
  227. full = "yes";
  228. }
  229. );