Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.54 KB | None | 0 0
  1. #
  2. # fusion.theme by brian h (knotwurk @ gmail dot com)
  3. # (v 0.3)
  4. # loosely based on GreenSCPleo, purplechat, and madcow
  5. # (with a lot of editing)
  6.  
  7. replaces = { };
  8.  
  9.  
  10. abstracts = {
  11.  
  12.  
  13. ##
  14. ## generic
  15. ##
  16.  
  17. # text to insert at the beginning of each non-message line
  18. line_start = " %g%4***%n%n ";
  19.  
  20.  
  21. # timestamp styling, nothing by default
  22. # any timestamp is bright green
  23. timestamp = "%K$*%n";
  24. # any kind of text that needs hilighting, default is to bold
  25. hilight = "%_$*%9";
  26.  
  27. # any kind of error message, default is bright red
  28. error = "%8$0-%n";
  29.  
  30. # channel name is printed
  31. channel = "$0-";
  32.  
  33. # nick is printed
  34. nick = "$*";
  35.  
  36. # nick host is printed
  37. nickhost = "%K[%g$0-%K]%n";
  38.  
  39. # server name is printed
  40. server = "$0-";
  41.  
  42. # some kind of comment is printed
  43. comment = "[$0-]";
  44.  
  45. # reason for something is printed (part, quit, kick, ..)
  46. reason = "%_[$0-]%9";
  47.  
  48. # mode change is printed ([+o nick])
  49. mode = "%_($0-)%9";
  50.  
  51.  
  52. ##
  53. ## channel specific messages
  54. ##
  55. # highlighted nick/host is printed (joins)
  56. channick_hilight = "{chanhost $0-}";
  57. chanhost_hilight = "{nickhost $0-}";
  58.  
  59. # nick/host is printed (parts, quits, etc.)
  60. channick = "$0-";
  61. chanhost = "{nickhost $0-}";
  62.  
  63. # highlighted channel name is printed
  64. channelhilight = "%_$0-%9";
  65.  
  66. # ban/ban exception/invite list mask is printed
  67. ban = "$0-";
  68.  
  69.  
  70. ##
  71. ## messages
  72. ##
  73.  
  74. # the basic styling of how to print message, $0 = nick mode, $1 = nick
  75. msgnick = "%g((%c$0%w$1%g))%n %|";
  76.  
  77. # message from you is printed. "msgownnick" specifies the styling of the
  78. # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
  79. # whole line.
  80.  
  81. # message from you is printed. "msgownnick" specifies the styling of the
  82. # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
  83. # whole line.
  84.  
  85. # Example1: You want the message text to be green:
  86. # ownmsgnick = "{msgnick $0 $1-}%g";
  87. # Example2.1: You want < and > chars to be yellow:
  88. # ownmsgnick = "%Y{msgnick $0 $1-%Y}%n";
  89. # (you'll also have to remove <> from replaces list above)
  90. # Example2.2: But you still want to keep <> grey for other messages:
  91. # pubmsgnick = "%K{msgnick $0 $1-%K}%n";
  92. # pubmsgmenick = "%K{msgnick $0 $1-%K}%n";
  93. # pubmsghinick = "%K{msgnick $1 $0$2-%n%K}%n";
  94. # ownprivmsgnick = "%K{msgnick $*%K}%n";
  95. # privmsgnick = "%K{msgnick %R$*%K}%n";
  96.  
  97. # $0 = nick mode, $1 = nick
  98. ownmsgnick = "{msgnick $0 $1-}%n";
  99. ownnick = "%W$*";
  100. # public message in channel, $0 = nick mode, $1 = nick
  101. pubmsgnick = "{msgnick $0$1-}%n";
  102. pubnick = "%w$*";
  103.  
  104. # public message in channel meant for me, $0 = nick mode, $1 = nick
  105. pubmsgmenick = "{msgnick $0%r$1-%n}";
  106. menick = "%g$*%n";
  107. # public highlighted message in channel
  108. # $0 = highlight color, $1 = nick mode, $2 = nick
  109. pubmsghinick = "{msgnick $1 $0%r$2-%n}";
  110.  
  111. # channel name is printed with message
  112. msgchannel = "%r:$*%n";
  113.  
  114. # private message, $0 = nick, $1 = host
  115. privmsg = "[%w$0!%r$1-%n] ";
  116. # private message from you, $0 = "msg", $1 = target nick
  117. ownprivmsg = "[%r$0%b(%R$1-%b)%n] ";
  118.  
  119. # own private message in query
  120. ownprivmsgnick = "{msgnick $*}";
  121. ownprivnick = "%r$*%n";
  122.  
  123. # private message in query
  124. privmsgnick = "{msgnick %w$*%n}";
  125.  
  126.  
  127.  
  128. ##
  129. ## Actions (/ME stuff)
  130. ##
  131.  
  132. # used internally by this theme
  133. action_core = " $0-";
  134.  
  135. # generic one that's used by most actions
  136. action = "{action_core $0-} ";
  137.  
  138. # own action, both private/public
  139. ownaction = "{action $0-}";
  140.  
  141. # own action with target, both private/public
  142. ownaction_target = "{action_core $0}{msgchannel $1} ";
  143.  
  144. # private action sent by others
  145. pvtaction = " %g(*) $0- ";
  146. pvtaction_query = "{action $0-}";
  147.  
  148. # public action sent by others
  149. pubaction = "{action $0-}";
  150.  
  151.  
  152. ##
  153. ## other IRC events
  154. ##
  155.  
  156. # notices
  157. ownnotice = "-> notice[$1] ";
  158. notice = "<- notice[$0] ";
  159. pubnotice_channel = "{msgchannel $0}";
  160. pvtnotice_host = "";
  161. servernotice = "{notice $0-}";
  162.  
  163. # CTCPs
  164. ownctcp = "-> $0[$1-] ";
  165. ctcp = "%B$0-";
  166.  
  167. # wallops
  168. wallop = "$0-: ";
  169. wallop_nick = "$0-";
  170. wallop_action = " * $0- ";
  171.  
  172. # netsplits
  173. netsplit = "$0-";
  174. netjoin = "$0-";
  175.  
  176. # /names list
  177. names_nick = "[$0$1-] ";
  178. names_users = "[$0-]";
  179. names_channel = "{channel $0-}";
  180.  
  181. # DCC
  182. dcc = " %g%4***%w $*%n";
  183. dccfile = "%_$*%9";
  184.  
  185. # DCC chat, own msg/action
  186. dccownmsg = "*%c=$1-%n*> %g";
  187. dccownaction = "{action $0-}";
  188. dccownaction_target = "{ownaction_target $0-}";
  189.  
  190. # DCC chat, others
  191. dccmsg = "*=$1-* ";
  192. dccquerynick = "$0-";
  193. dccaction = " (*dcc*) $0- %|";
  194. ##
  195.  
  196.  
  197.  
  198. ## statusbar
  199. ##
  200.  
  201. # default background for all statusbars. You can also give
  202. # the default foreground color for statusbar items.
  203. sb_background = "%2%B";
  204.  
  205. # default backround for "default" statusbar group
  206. #sb_default_bg = "%4";
  207. # background for prompt / input line
  208. #sb_prompt_bg = "%n";
  209. sb_prompt_bg = "%n";
  210. # background for info statusbar
  211. #sb_info_bg = "%6";
  212. sb_info_bg = "%2";
  213. # background for topicbar (same default)
  214. #sb_topic_bg = "%6%k";
  215. #sb_topic_fg = "%k";
  216. sb_topic_fg = "%k";
  217.  
  218. # text at the beginning of statusbars. sb-item already puts
  219. # space there,so we don't use anything by default.
  220. sbstart = "";
  221. # text at the end of statusbars. Use space so that it's never
  222. # used for anything.
  223. sbend = " ";
  224.  
  225. prompt = "%2[%B$S%W/%B$*%W]%B:%W%n ";
  226.  
  227. sb = " %W[%n$*%W]%n";
  228. sbmode = "(%W+%n$*)";
  229. sbaway = " (%GzZzZ%n)";
  230. sbservertag = ":$0 (change with ^X)";
  231.  
  232. # activity in statusbar
  233.  
  234. # ',' separator
  235. sb_act_sep = "%k$*";
  236. # normal text
  237. sb_act_text = "%k$*";
  238. # public message
  239. sb_act_msg = "%W$*";
  240. # hilight
  241. sb_act_hilight = "%G$*";
  242. # hilight with specified color, $0 = color, $1 = text
  243. sb_act_hilight_color = "$0$1-%n";
  244.  
  245.  
  246. };
  247.  
  248. formats = {
  249. "fe-text" = {
  250. lastlog_too_long = "%g%4***%n %W/LASTLOG %nwould print %G$0 %nlines. Use the -force option to print all of them.";
  251. lastlog_count = "%g%4***%n %W/LASTLOG %G$0 $nlines";
  252. lastlog_start = "%g%4***%n %nBegining of LASTLOG:";
  253. lastlog_end = "%g%4***%n %nEnd of LASTLOG";
  254. lastlog_separator = "%g%4***%n %G---";
  255. refnum_not_found = "%g%4***%n %RERROR: %nWindow number %G{hilight $0] %ndoes not exist";
  256. window_too_small = "%g%4***%n %RERROR: %nNot enough room to resize this window";
  257. cant_hide_last = "%g%4***%n %RERROR: %nYou can't hide the last window";
  258. cant_hide_sticky_windows = "%g%4***%n %RError: %nYou can't hide sticky windows";
  259. cant_show_sticky_windows = "%g%4***%n %RError: %nYou can't show sticky windows";
  260. window_not_sticky = "%g%4***%n %WWindow: %nWindow is not sticky";
  261. window_set_sticky = "%g%4***%n %WWindow: %nWindow set sticky";
  262. window_unset_sticky = "%g%4***%n %WWindow: %nWindow set not sticky";
  263. window_info_sticky = "%g%4***%n %WWindow: %nWindow Sticky : $0";
  264. Window_info_scroll = "%g%4***%n %WWindow: %nWindow Scroll : $0";
  265. paste_warning = "%g%4***%n %rWARNING: %nTrying to paste %G$0%n lines to %W$1%n.";
  266. paste_prompt = "%RPress Ctrl-K to continue, Ctrl-C to abort.";
  267. };
  268. "fe-common/core" = {
  269. servertag = "%K[$0]%n ";
  270. join = "%K-%g-%G>%n {channick_hilight $0} %K[%g$1%K] %nhas joined %n{channel $2}";
  271. part = "%G<%g-%K-%n {channick_hilight $0} {chanhost_hilight $1} has left %g{channel $_$2$_} %K(%n{reason $3}%K)";
  272. kick = "%R<%r-%K-%n {nick $2} has kicked {channick_hilight $0} %nfrom %g{channel $_$1$_} %K(%n{reason $3}%K)";
  273. quit = "%G<%g-%K-%n {channick_hilight $0} %K[%g$1%K] %nhas quit %n{reason $2}";
  274. names = "%K[%gUsers %non %G$0%K]%n:";
  275. names_prefix = "%g%4***%n ";
  276. names_nick_op = "%K[%g$0%n$1-%K] ";
  277. names_nick_halfop = "%K[%g$0%n$1-%K] ";
  278. names_nick_voice = "%K[%g$0%n$1-%K] ";
  279. names_nick = "%K[%n$0$1%K] ";
  280. endofnames = "%g%4***%n %nUsers %G$1 %nnicks %K[%g$2 %nops, %g$3 %nhalfops, %g$4 %nvoices, %g$5 %nnormal%K]";
  281. quit_once = "{channel $3} {channick $0} {chanhost $1} %K(%n{reason $2}%K)%n {channel $_$2$_}";
  282. nick_changed = "%g%4***%n %W$0 %nis now known as %g$1";
  283. chanmode_change = "%g%4***%n %W{nickhilight $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
  284. channel_mode = "%g%4***%n %W{nickhilight $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
  285. topic = "%g%4***%n %nTopic for {channelhilight $0} is $1";
  286. new_topic = "%g%4***%n %W{nick $0} %nhas changed the topic to: %G$2";
  287. topic_unset = "%g%4***%n %nTopic unset by {nick $0} on {channel $1}";
  288. daychange = "%g%4***%n %nDay changed to %%d %%b %%Y";
  289. your_nick_changed = "%g%4***%n %nYou're now known as %W$1";
  290.  
  291. talking_with = "%g%4***%n %nYou are now talking with %W$0";
  292. refnum_too_low = "%g%4***%n %WWindow: %nWindow number must be greater than 1";
  293. error_server_sticky = "%g%4***%n %WWindow: %nWindow's server is sticky, use -unsticky option to change";
  294. set_server_sticky = "%g%4***%n %WWindow: %nWindow's server set sticky";
  295. unset_server_sticky = "%g%4***%n %WWindow: %nWindow's server set not sticky";
  296. window_name_not_unique = "%g%4***%n %WWindow: %nWindow names must be unique";
  297. window_level = "%g%4***%n %WWindow: %nWindow level is now %G$0";
  298. window_set_immortal = "%g%4***%n %WWindow: %nWindow set immortal";
  299. window_unset_immortal = "%g%4***%n %WWindow: %nbWindow set not immortal";
  300. window_immortal_error = "%g%4***%n %WWindow: %nWindow is immortal";
  301. windowlist_header = "%g%4***%n %nRef Name Active item Server Level";
  302. windowlist_line = "%g%4***%n %n$[3]0 %|$[20]1 $[15]2 $[15]3 $4";
  303. windowlist_footer = "";
  304. windows_layout_saved = "%g%4***%n %WWindow: %nLayout of windows saved";
  305. windows_layout_reset = "%g%4***%n %WWindow: %nLayout of windows reset to defaults";
  306. window_info_header = "";
  307. window_info_footer = "";
  308. window_info_refnum = "%g%4***%n %WWindow: %nWindow : %W$0";
  309. window_info_refnum_sticky = "%g%4***%n %WWindow: %nWindow : %W{hilight #$0 (sticky)}";
  310. window_info_name = "%g%4***%n %WWindow: %nName : $0";
  311. window_info_history = "%g%4***%n %WWindow: %nHistory : $0";
  312. window_info_immortal = "%g%4***%n %WWindow: %nImmortal: yes";
  313. window_info_size = "%g%4***%n %WWindow: %nSize : $0x$1";
  314. window_info_level = "%g%4***%n %WWindow: %nLevel : $0";
  315. window_info_server = "%g%4***%n %WWindow: %nServer : $0";
  316. window_info_server_sticky = "%g%4***%n %WWindow: %nServer : $0 (sticky)";
  317. window_info_theme = "%g%4***%n %WWindow: %nTheme : $0$1";
  318. window_info_bound_items_header = "%g%4***%n %WWindow: %nBounds : {hilight Name Server tag}";
  319. window_info_bound_item = "%n : $[!30]0 $[!15]1 $2";
  320. window_info_bound_items_footer = "";
  321. window_info_items_header = "%g%4***%n %WWindow: %nItems : {hilight Name Server tag}";
  322. window_info_item = "%g%4***%n %WWindow: %n$[7]0: $[!30]1 $2";
  323. window_info_items_footer = "";
  324. looking_up = "%g%4***%n %WServer: %nLooking up host %W$0";
  325. connecting = "%g%4***%n %WConnecting to %W$0 %K(%G$1%K) %non port %g$2";
  326. connection_established = "%g%4***%n %WServer:%n Connection to %W$0 %nestablished";
  327. cant_connect = "%g%4***%n %WServer:%n Unable to connect to %W$0 %non port %G$1 %K(%g$2%K)";
  328. connection_lost = "%g%4***%n %WServer:%n Connection lost to %W$0";
  329. lag_disconnected = "%g%4***%n %WServer:%n No PONG reply from server %W$0 %nin %G$1 %nseconds, disconnecting";
  330. disconnected = "%g%4***%n %WServer:%n Disconnected from %W$0 %K(%G$1%K)";
  331. server_quit = "%g%4***%n %WServer:%n Disconnecting from server %W$0%n: %G$1";
  332. server_changed = "%g%4***%n %WServer:%n Changed to %W{hilight $2} %nserver %G$1";
  333. unknown_server_tag = "%g%4***%n %RERROR:%n Server tag %W$0 %nnot found";
  334. no_connected_servers = "%g%4***%n %RERROR:%n Not connected to any servers";
  335. server_list = "%g%4***%n %WServer:%n $0: $1:$2 ($3)";
  336. server_lookup_list = "%g%4***%n %WServer:%n $0: $1:$2 ($3) (connecting...)";
  337. server_reconnect_list = "%g%4***%n %WServer:%n $0: $1:$2 ($3) ($5 left before reconnecting)";
  338. server_reconnect_removed = "%g%4***%n %WServer:%n Removed reconnection to server %W$0 %nport %G$1";
  339. server_reconnect_not_found = "%g%4***%n %WServer:%n Reconnection tag %W{hilight $0} %ndoes not exist";
  340. setupserver_added = "%g%4***%n %WServer:%n Server %W{hilight $0} %nsaved";
  341. setupserver_removed = "%g%4***%n %WServer:%n Server %W{hilight $0} %nremoved";
  342. setupserver_not_found = "%g%4***%n %WServer:%n Server %W{hilight $0} %ndoes not exist";
  343. your_nick = "%g%4***%n %nYour nickname is %W$0";
  344. invite = "%g%4***%n %W$0 %ninvites you to channel %W$1";
  345. not_invited = "%g%4***%n %nYou have not been invited to a channel!";
  346. chanlist_header = "%g%4***%n %WChannel: %nYou are on the following channels:";
  347. chanlist_line = "%g%4***%n %WChannel: %G{hilight $0} (+$1) [$2]: $3";
  348. chansetup_not_found = "%g%4***%n %WChannel: %nChannel %W{hilight $0} %ndoes not exist";
  349. chansetup_added = "%g%4***%n %WChannel: %nChannel %W{hilight $0} %nsaved";
  350. chansetup_removed = "%g%4***%n %WChannel: %nChannel %W{hilight $0} %nremoved";
  351. chansetup_header = "%g%4***%n %WChannel Network Password Settings";
  352. chansetup_line = "%g%4***%n %n{hilight $[15]0} $[10]1 $[10]2 $3";
  353. chansetup_footer = "";
  354. no_msgs_got = "%b{fq Error} %bYou have not received a message from anyone yet";
  355. no_msgs_sent = "%b{fq Error} %bYou have not sent a message to anyone yet";
  356. query_start = "%g%4***%n %WQuery: %nStarting query with %W$0 %non %G$1";
  357. query_stop = "%g%4***%n %WQuery: %nClosing query with %W$0";
  358. no_query = "%g%4***%n %WQuery: %nNo query with %W$0";
  359. query_server_changed = "%g%4***%n %WQuery: %nQuery with %W$0 %nchanged to %G$1";
  360. hilight_header = "";
  361. hilight_line = "%g%4***%n %WHilight: %n$[-4]0 $1 $2 $3$4";
  362. hilight_footer = "";
  363. hilight_not_found = "%g%4***%n %WHighlight: %nHilight item %G{hilight $0} %ndoes not exist";
  364. hilight_removed = "%g%4***%n %WHilight: %nHighlight item %G{hilight $0} removed";
  365. alias_added = "%g%4***%n %WAlias: %nAlias %W{hilight $0} %nadded";
  366. alias_removed = "%g%4***%n %WAlias: %nAlias %W{hilight $0} %nremoved";
  367. alias_not_found = "%g%4***%n %WAlias: %nAlias %W{hilight $0} %ndoes not exist";
  368. aliaslist_header = "";
  369. aliaslist_line = "%g%4***%n %WAlias: %n$[10]0 $1";
  370. aliaslist_footer = "";
  371. no_away_msgs = "%g%4***%n %WAwayLog: %nYou have no messages waiting";
  372. away_msgs = "%g%4***%n %WAwayLog: %nYou have %G$1 %nmessages waiting:";
  373. command_unknown = "%g%4***%n %RERROR: %nUnknown command %G{hilight $0}";
  374. command_ambiguous = "%g%4***%n %RERROR: %nAmbiguous command %G{hilight $0}";
  375. option_unknown = "%g%4***%n %RERROR: %nUnknown option %G{hilight $0}";
  376. option_ambiguous = "%g%4***%n %RERROR: %nAmbiguous option %G{hilight $0}";
  377. option_missing_arg = "%g%4***%n %RERROR: %nMissing required argument for %G{hilight $0}";
  378. not_enough_params = "%g%4***%n %RERROR: %nNot enough parameters given";
  379. not_connected = "%g%4***%n %RERROR: %nNot connected to server";
  380. not_joined = "%g%4***%n %RERROR: %nNot joined to any channel";
  381. chan_not_found = "%g%4***%n %RERROR: %nNot joined to this channel";
  382. chan_not_synced = "%g%4***%n %RERROR: %nChannel not fully synchronized yet, try again after a while";
  383. illegal_proto = "%g%4***%n %RERROR: %nCommand isn't designed for the chat protocol of the active server";
  384. not_good_idea = "%g%4***%n %RERROR: %nDoing this is not a good idea. Add -YES if you really mean it";
  385. format_title = "%g%4***%n %WFormat: %n{hilight $0}%n%: %w-%G-%g- %WFormat: %n {hilight $1}";
  386. format_subtitle = "%g%4***%n %WFormat: %n {hilight $0}";
  387. format_item = "%g%4***%n %WFormat:%W $0 =%G \"$1\";";
  388. ignored = "%g%4***%n %WIgnore: %nIgnoring %G{hilight $1} %nfrom %W{nick $0}";
  389. ignored_options = "%g%4***%n %WIgnore: %nIgnoring %G{hilight $1} %nfrom %W{nick $0} ($2)";
  390. unignored = "%g%4***%n %WIgnore: %nUnignored %W{nick $0}";
  391. ignore_not_found = "%g%4***%n %W{nick $0} %nis not being ignored";
  392. ignore_no_ignores = "%g%4***%n %nThere are no ignores";
  393. ignore_header = "%g%4***%n %n%# Num Mask Type Options";
  394. ignore_line = "%g%4***%n %n%#$[-4]0 $[32]1 $[10]2 $3 $4";
  395. ignore_footer = "";
  396. bind_header = "%g%4***%n %n%#Key Action";
  397. bind_list = "%g%4***%n %n%#$[!16]0 $1 $2";
  398. bind_footer = "";
  399. no_completions = "%g%4***%n %nThere are no completions";
  400. completion_removed = "%g%4***%n %nRemoved completion %W$0";
  401. completion_header = "%g%4***%n %n%#Key Value Auto";
  402. completion_line = "%g%4***%n %n%#$[10]0 $[!40]1 $2";
  403. completion_footer = "";
  404. theme_saved = "%g%4***%n %nTheme saved to %W$0";
  405. theme_save_failed = "%g%4***%n %RERROR:%n Error saving theme to %W$0: $1";
  406. theme_not_found = "%g%4***%n %RERROR:%n Theme %W{hilight $0} %nnot found";
  407. theme_changed = "%g%4***%n %nNow using theme %W{hilight $0} ($1)";
  408. unknown_chatnet = "%g%4***%n %RERROR: %nUnknown chat network %W{hilight $0}";
  409. perl_error = "%g%4***%n %RERROR: %n%RPerl error: $0";
  410. config_saved = "%g%4***%n %WSaved configuration to file %G$0";
  411. config_reloaded = "%g%4***%n %WReloaded configuration";
  412. config_modified = "%g%4***%n %WConfiguration file was modified since irssi was last started - do you want to overwrite the possible changes?";
  413. set_title = "%g%4***%n%n %WSET: %W{hilight $0}:";
  414. set_item = "%g%4***%n%n %WSET:%W $0 %n= %G$1";
  415. set_unknown = "%g%4***%n%n %WSET: %nUnknown setting {hilight $0}";
  416. set_not_boolean = "%g%4***%n%n %WSET: %nSetting %G{hilight $0} %nis not boolean, use /SET";
  417. not_toggle = "%g%4***%n%n %RERROR: %nValue must be either ON, OFF or TOGGLE";
  418. talking_in = "%b{fq Irssi}%n %bYou are now talking in %W$0";
  419. not_in_channels = "%b{fq Channels}%n %bYou are not on any channels";
  420. current_channel = "%b{fq Channels}%n %bCurrent channel $0";
  421. pubmsg = "{pubmsgnick $2 {pubnick $0}}$1";
  422. pubmsg_me = "{pubmsgmenick $2 {menick $0}}$1";
  423. pubmsg_me_channel = "{pubmsgmenick $3 {menick $0}{msgchannel $1}}$2";
  424. pubmsg_hilight = "{pubmsghinick $0 $3 $1}$2";
  425. pubmsg_hilight_channel = "{pubmsghinick $0 $4 $1{msgchannel $2}$3";
  426. pubmsg_channel = "{pubmsgnick $3 {pubnick $0}{msgchannel $1}}$2";
  427. msg_private = "{privmsg $0 $1 }$2";
  428. msg_private_query = "{privmsgnick $0}$2";
  429. };
  430. "fe-common/irc" = {
  431. usermode_change = "%g%4***%n %nMode change %G{mode $0}%n for user {nick $1}";
  432. ircnet_added = "%g%4***%n %WIRCnet %W{hilight $0} %nsaved";
  433. ircnet_removed = "%g%4***%n %WIRCnet %W{hilight $0} %nremoved";
  434. ircnet_not_found = "%g%4***%n %WIRCnet %W{hilight $0} %ndoes not exist";
  435. ircnet_header = "%g%4***%n %WIRCnets:";
  436. ircnet_footer = "";
  437. setupserver_header = "%g%4***%n %WServer Port Network Settings";
  438. setupserver_line = "%g%4***%n %n$[!20]0 $[5]1 $[10]2 $3";
  439. setupserver_footer = "";
  440. joinerror_toomany = "%g%4***%n %RERROR: %nCannot join channel %W$0%n (You have joined too many channels)";
  441. joinerror_full = "%g%4***%n %WD:<%n %RERROR: %nCannot join channel %W$0%n (Channel is full)";
  442. joinerror_invite = "%g%4***%n %WD:<%n %RERROR: %nCannot join channel %W$0%n (Channel is invite only)";
  443. joinerror_banned = "%g%4***%n %WD:<%n %RERROR: %nCannot join channel %W$0%n (You are banned!)";
  444. joinerror_bad_key = "%g%4***%n %RERROR: %nCannot join channel %W$0%n (Channel is keyword protected)";
  445. joinerror_bad_mask = "%g%4***%n %RERROR: %nCannot join channel %W$0%n (Bad channel mask)";
  446. joinerror_unavail = "%g%4***%n %RERROR: %nCannot join channel %W$0%n (Channel is temporarily unavailable)";
  447. joinerror_duplicate = "%g%4***%n %RERROR: %nCannot create channel %W$0%n, it already exists";
  448. joinerror_rejoin = "%g%4***%n %RERROR: %nChannel %W$0%n is temporarily unavailable. Trying to rejoin automatically, use /RMREJOINS to abort.";
  449. inviting = "%g%4***%n %WInviting: %W$0 %nto %G$1";
  450. chanmode_change = "%g%4***%n %W{nickhilight $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
  451. url = "%g%4***%n %nHome page for channel %W$0 %nis at %G$1";
  452. bantype = "%g%4***%n %nBan type set to $0";
  453. no_bans = "%g%4***%n %nNo bans set in channel %G$0";
  454. banlist = "%g%4***%n %n$[-2]0. $1: $2";
  455. banlist_long = "%g%4***%n %n$[-2]0. $1: $2 (set by $3 $4 secs ago)";
  456. nick_away = "%g%4***%n %W$0 %nis away: %G$1";
  457. no_such_nick = "%g%4***%n %W{hilight $0}%n: no such nick/channel";
  458. nick_in_use = "%g%4***%n %nNick %W$0%n is already in use";
  459. nick_unavailable = "%g%4***%n %nNick %W$0%n is temporarily unavailable";
  460. your_nick_owned = "%g%4***%n %nYour nick is owned by %W$3 %K(%G$1@$2%K)";
  461. notice_server = "%g%4***%n %WServer: $n[$0] $1";
  462. kill = "%g%4***%n %WD:<%n %RKILLED!! %nYou were killed by %W$0 %G($1): $2 (Path: $3)";
  463. kill_server = "%g%4***%n %WD:<%n %RKILLED!! %nYou were killed by $0: $1 (Path: $2)";
  464. error = "%g%4***%n %RERROR: %n$0";
  465. default_event = "%g%4***%n %WServer:%n $1";
  466. default_event_server = "%g%4***%n %n[$0] $2: $1";
  467. channel_mode = "%g%4***%n %W{nick $2} %nsets modes %K[%n{$channelhilight $0} {mode $1}%K]";
  468. topic = "%g%4***%n %nTopic for %W{channelhilight $0}%n is:%G $1";
  469. channel_created = "%g%4***%n %nChannel %W$0 %nwas created on %G$1";
  470. no_topic = "%g%4***%n %nNo topic set for {channelhilight $0}";
  471. topic_info = "%g%4***%n %nTopic set by {nick $0} {nickhost $2} {comment $1}";
  472. away = "";
  473. unaway = "";
  474. whois = "%g%4***%n %b[%g$0%b] %n($1@$2) %n: $3 ";
  475. whois_channels = "%g%4***%n %b[%g$0%b] %n$1";
  476. whois_idle = "%g%4***%n %b[%g$0%b] %n$1 days $2 hours $3 minet $4 secs";
  477. whois_server = "%g%4***%n %b[%g$0%b] %n$1 [$2]";
  478. whois_idle_signon = "%g%4***%n %b[%g$0%b] %nIdle%n $1 days $2 hours $3 minutes $4 seconds, Signon $5";
  479. whois_oper = "%g%4***%n %b[%g$0%b]%n $1 $2 $3 $4";
  480. whois_ip = "%g%4***%n %b[%g$0%b]%n IP: $1";
  481. end_of_whois = "%g%4***%n %b[%g$0%b] %nEnd of WHOIS List";
  482. whois_away = "%g%4***%n %b[%g$0%b] %nis Away: %|$1";
  483. whois_registered = "%g%4***%n %b[%g$0%b] %nhas registered this nick";
  484. whowas = "%g%4***%n %b[%n$0%b]%n WAS ($1@$2) : $3";
  485. end_of_whowas = "%g%4***%n %K[%n$0%K] %nEnd of WHOWAS List";
  486. who = "%g%4***%n %K[%n$1%K]%n %n$4@$5 ($6) [Server: $7, $3 Hops]";
  487. end_of_who = "%g%4***%n %K[%n$0%K] %nEnd of WHO list";
  488. whois_not_found = "%g%4***%n %K[%n$0%K]%n No such nick";
  489. notice_public = "{notice $0{pubnotice_channel $1}}$2";
  490. notice_private = "{notice $0{pvtnotice_host $1}}$2";
  491. own_notice = "%G>%W$0%G< %n$1-";
  492. channel_synced = "%g%4***%n %nChannel %W{channel $0} %nwas synced in %G{hilight $1} %nseconds";
  493. netsplit = "%w<%G-%g- %RNetsplit:%W $0 %R<-> %W$1 %nquits: %C$2";
  494. netsplit_more = "%w<%G-%g- %RNetsplit: %W$0%R <-> %W$1 %nquits: %C$2 %n(+$3 more)";
  495. netsplit_join = "%w-%G-%g> %gNetsplit Over%n - Joins: %C$0";
  496. netsplit_join_more = "%w-%G-%g> %nJoins: %n$0 (+$1 more)";
  497. no_netsplits = "%K<%g-%G- %nThere are no net splits";
  498. netsplits_header = "%K<%g-%G- %n%G%#Nick Channel Server Splitted server";
  499. netsplits_line = "%K<%g-%G- %n%#$[15]0 $[10]1 $[20]2 $[20]3";
  500. netsplits_footer = "";
  501. server_chanmode_change = "%K<%g-%G- %W$2%n sets modes %K[%n$0 $1%K]%n";
  502. ctcp_reply = "CTCP {hilight $0} reply from {nick $1}: $2";
  503. ctcp_reply_channel = "CTCP {hilight $0} reply from {nick $1} in channel {channel $3}: $2";
  504. ctcp_ping_reply = "CTCP {hilight PING} reply from {nick $0}: $1.$[-3.0]2 seconds";
  505. ctcp_requested = "{ctcp {hilight $0} {comment $1} requested CTCP {hilight $2} from {nick $4}}: $3";
  506. ctcp_requested_unknown = "{ctcp {hilight $0} {comment $1} requested unknown CTCP {hilight $2} from {nick $4}}: $3";
  507. own_ctcp = "%K<%g-%G- %nSending %WCTCP %G$1 %nto %g$0: $2";
  508. action_private = "{pvtaction $0}$2";
  509. action_private_query = "{pvtaction_query $0}$2";
  510. action_public = "{pubaction $0}$1";
  511. action_public_channel = "{pubaction $0{msgchannel $1}}$2";
  512. };
  513. "fe-common/perl" = {
  514. script_not_found = "%K<%g-%G- %rScript: %W{hilight $0} %nnot found";
  515. script_not_loaded = "%K<%g-%G- %rScript: %W{hilight $0} is not loaded";
  516. script_loaded = "%K<%g-%G- %rScript: %nLoaded script %W{hilight $0}";
  517. script_unloaded = "%K<%g-%G- %rScript: %nUnloaded script %W{hilight $0}";
  518. no_scripts_loaded = "%K<%g-%G- %rScript: %nNo scripts are loaded";
  519. script_list_header = "%K<%g-%G- %rScript Path";
  520. script_list_line = "%K<%g-%G- %n$[!20]0 $1";
  521. script_list_footer = "";
  522. script_error = "%K<%g-%G- %rScript: ERROR %n in script %W{hilight $0}:";
  523. };
  524.  
  525. "fe-common/irc/notifylist" = {
  526. notify_join = "%K<%g-%G- %WNotify: %W{hilight $0} %G($1@$2) [$3] %nhas connected to %g$4";
  527. notify_part = "%K<%g-%G- %WNotify: %W{hilight $0}%n has disconnected from %G$4";
  528. notify_away = "%K<%g-%G- %WNotify: %W{hilight $0} %G[$5] ($1@$2) [$3] %nis now away: %g$4";
  529. notify_unaway = "%K<%g-%G- %WNotify: %W{hilight $0} %G($1@$2) [$3] %nis no longer away on %g$4";
  530. notify_unidle = "%K<%g-%G- %WNotify: %W{hilight $0} %G($1@$2) [$3] %njust stopped idling on %g$5";
  531. notify_online = "%K<%g-%G- %WNotify: %WOnline: $0: {hilight $1}";
  532. notify_offline = "%K<%g-%G- %WNotify: %WOffline: $0";
  533. notify_list = "%K<%g-%G- %n#$0: $1 $2 $3";
  534. notify_list_empty = " %K<%g-%G- %WNotify: %nThe notify list is empty";
  535. };
  536. "Irssi::Script::nickcolor" = {
  537. pubmsg_hilight = "{pubmsghinick $0 $3 $1}$2";
  538. };
  539. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement