mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

286 lines
7.6 KiB

  1. servers = (
  2. { address = "irc.fu-berlin.de"; chatnet = "IRCnet"; port = "6668"; },
  3. { address = "irc.efnet.net"; chatnet = "EFNet"; port = "6667"; },
  4. { address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; },
  5. { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
  6. { address = "10.254.254.1"; chatnet = "freenode"; port = "6667"; },
  7. { address = "10.254.254.2"; chatnet = "freenodegpg"; port = "6667"; },
  8. { address = "irc.gnome.org"; chatnet = "GIMPNet"; port = "6667"; },
  9. { address = "irc.ptlink.net"; chatnet = "PTlink"; port = "6667"; },
  10. { address = "irc.sorcery.net"; chatnet = "SorceryNet"; port = "6667"; },
  11. { address = "irc.hashmark.net"; chatnet = "Hashmark"; port = "6667"; },
  12. { address = "irc.ptnet.org"; chatnet = "PTnet"; port = "6667"; },
  13. { address = "irc.azzurra.org"; chatnet = "AzzurraNET"; port = "6667"; },
  14. { address = "irc.stardock.com"; chatnet = "stardock"; port = "6667"; },
  15. { address = "irc.lugs.ch"; chatnet = "lugs"; port = "6667"; },
  16. { address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
  17. );
  18. chatnets = {
  19. IRCnet = {
  20. type = "IRC";
  21. max_kicks = "4";
  22. max_modes = "3";
  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_modes = "4";
  31. max_msgs = "3";
  32. max_whois = "1";
  33. };
  34. Undernet = {
  35. type = "IRC";
  36. max_kicks = "4";
  37. max_modes = "3";
  38. max_msgs = "3";
  39. max_whois = "30";
  40. };
  41. DALnet = {
  42. type = "IRC";
  43. max_kicks = "4";
  44. max_modes = "6";
  45. max_msgs = "3";
  46. max_whois = "30";
  47. };
  48. freenode = {
  49. type = "IRC";
  50. max_kicks = "4";
  51. max_msgs = "1";
  52. max_modes = "4";
  53. max_whois = "1";
  54. };
  55. GIMPNet = {
  56. type = "IRC";
  57. max_kicks = "4";
  58. max_modes = "4";
  59. max_msgs = "3";
  60. max_whois = "1";
  61. };
  62. PTlink = {
  63. type = "IRC";
  64. max_kicks = "1";
  65. max_modes = "6";
  66. max_msgs = "30";
  67. max_whois = "1";
  68. };
  69. SorceryNet = {
  70. type = "IRC";
  71. max_kicks = "30";
  72. max_modes = "6";
  73. max_msgs = "30";
  74. max_whois = "30";
  75. };
  76. Hashmark = {
  77. type = "IRC";
  78. max_kicks = "4";
  79. max_modes = "3";
  80. max_msgs = "3";
  81. max_whois = "30";
  82. };
  83. PTnet = {
  84. type = "IRC";
  85. max_kicks = "30";
  86. max_modes = "13";
  87. max_msgs = "10";
  88. max_whois = "30";
  89. };
  90. AzzurraNET = {
  91. type = "IRC";
  92. max_kicks = "4";
  93. max_modes = "6";
  94. max_msgs = "3";
  95. };
  96. SILC = { type = "SILC"; };
  97. stardock = { type = "IRC"; };
  98. lugs = { type = "IRC"; };
  99. };
  100. channels = (
  101. { name = "#tor"; chatnet = "freenode"; autojoin = "yes"; },
  102. { name = "#tor"; chatnet = "freenodegpg"; autojoin = "yes"; },
  103. );
  104. aliases = {
  105. J = "join";
  106. WJOIN = "join -window";
  107. WQUERY = "query -window";
  108. LEAVE = "part";
  109. BYE = "quit";
  110. EXIT = "quit";
  111. SIGNOFF = "quit";
  112. DESCRIBE = "action";
  113. DATE = "time";
  114. HOST = "userhost";
  115. LAST = "lastlog";
  116. SAY = "msg *";
  117. WI = "whois";
  118. WII = "whois $0 $0";
  119. WW = "whowas";
  120. W = "who";
  121. N = "names";
  122. M = "msg";
  123. T = "topic";
  124. C = "clear";
  125. CL = "clear";
  126. K = "kick";
  127. KB = "kickban";
  128. KN = "knockout";
  129. BANS = "ban";
  130. B = "ban";
  131. MUB = "unban *";
  132. UB = "unban";
  133. IG = "ignore";
  134. UNIG = "unignore";
  135. SB = "scrollback";
  136. UMODE = "mode $N";
  137. WC = "window close";
  138. WN = "window new hide";
  139. SV = "say Irssi $J ($V) - http://irssi.org/";
  140. GOTO = "sb goto";
  141. CHAT = "dcc chat";
  142. RUN = "SCRIPT LOAD";
  143. UPTIME = "eval exec - expr `date +%s` - \\$F | awk '{print \"Irssi uptime: \"int(\\\\\\$1/3600/24)\"d \"int(\\\\\\$1/3600%24)\"h \"int(\\\\\\$1/60%60)\"m \"int(\\\\\\$1%60)\"s\" }'";
  144. CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
  145. SBAR = "STATUSBAR";
  146. INVITELIST = "mode $C +I";
  147. Q = "QUERY";
  148. };
  149. statusbar = {
  150. # formats:
  151. # when using {templates}, the template is shown only if it's argument isn't
  152. # empty unless no argument is given. for example {sb} is printed always,
  153. # but {sb $T} is printed only if $T isn't empty.
  154. items = {
  155. # start/end text in statusbars
  156. barstart = "{sbstart}";
  157. barend = "{sbend}";
  158. topicbarstart = "{topicsbstart}";
  159. topicbarend = "{topicsbend}";
  160. # treated "normally", you could change the time/user name to whatever
  161. time = "{sb $Z}";
  162. user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
  163. # treated specially .. window is printed with non-empty windows,
  164. # window_empty is printed with empty windows
  165. window = "{sb $winref:$itemname{sbmode $M}}";
  166. window_empty = "{sb $winref{sbservertag $tag}}";
  167. prompt = "{prompt $[.15]itemname}";
  168. prompt_empty = "{prompt $winname}";
  169. topic = " $topic";
  170. topic_empty = " Irssi v$J - http://irssi.org/help/";
  171. # all of these treated specially, they're only displayed when needed
  172. lag = "{sb Lag: $0-}";
  173. act = "{sb Act: $0-}";
  174. more = "-- more --";
  175. };
  176. # there's two type of statusbars. root statusbars are either at the top
  177. # of the screen or at the bottom of the screen. window statusbars are at
  178. # the top/bottom of each split window in screen.
  179. default = {
  180. # the "default statusbar" to be displayed at the bottom of the window.
  181. # contains all the normal items.
  182. window = {
  183. disabled = "no";
  184. # window, root
  185. type = "window";
  186. # top, bottom
  187. placement = "bottom";
  188. # number
  189. position = "1";
  190. # active, inactive, always
  191. visible = "active";
  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. # statusbar to use in inactive split windows
  206. window_inact = {
  207. type = "window";
  208. placement = "bottom";
  209. position = "1";
  210. visible = "inactive";
  211. items = {
  212. barstart = { priority = "100"; };
  213. window = { };
  214. window_empty = { };
  215. more = { priority = "-1"; alignment = "right"; };
  216. barend = { priority = "100"; alignment = "right"; };
  217. };
  218. };
  219. # we treat input line as yet another statusbar :) It's possible to
  220. # add other items before or after the input line item.
  221. prompt = {
  222. type = "root";
  223. placement = "bottom";
  224. # we want to be at the bottom always
  225. position = "100";
  226. visible = "always";
  227. items = {
  228. prompt = { priority = "-1"; };
  229. prompt_empty = { priority = "-1"; };
  230. # treated specially, this is the real input line.
  231. input = { priority = "10"; };
  232. };
  233. };
  234. # topicbar
  235. topic = {
  236. type = "root";
  237. placement = "top";
  238. position = "1";
  239. visible = "always";
  240. items = {
  241. topicbarstart = { priority = "100"; };
  242. topic = { };
  243. topic_empty = { };
  244. topicbarend = { priority = "100"; alignment = "right"; };
  245. };
  246. };
  247. };
  248. };
  249. settings = {
  250. core = {
  251. real_name = "ROCKate User";
  252. user_name = "rocker";
  253. nick = "rocker";
  254. quit_message = "http://www.rocklinux.org/index.php/ROCKate";
  255. server_reconnect_time = "5min";
  256. server_connect_timeout = "5min";
  257. };
  258. "irc/dcc" = {
  259. dcc_autoresume = "yes";
  260. dcc_autoget = "no";
  261. dcc_upload_path = "/home/rocker/";
  262. dcc_send_replace_space_with_underscore = "yes";
  263. dcc_autoaccept_lowports = "no";
  264. dcc_download_path = "/home/rocker/";
  265. dcc_port = "5000";
  266. };
  267. "irc/core" = {
  268. ctcp_version_reply = "none of your god-damn business. shoo-shoo!";
  269. ctcp_userinfo_reply = "none of your god-damn business. shoo-shoo!";
  270. };
  271. };