Simple image host.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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