guest@dotshare [~/groups/chat/irssi] $ ls new-irssi/ | cat

new irssi (scrot) (+1 likes)

scrawky Jan 25, 2013 (chat/irssi)

new_irssi(raw, dl)

SCROT

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
#
# theme by jonathan
# based on ea1 by fey (http://dotshare.it/dots/415/)
###


default_color = "-1";


info_eol = "false";


replaces = { };


abstracts = {
  action = "$0-";
  action_core = "$0-";
  ban = "$0-";
  chanhost = "$0-";
  chanhost_hilight = "$0-";
  channel = "$0-";
  channelhilight = "$0-";
  channick = "$0-";
  channick_hilight = "$0-";
  comment = "$0-";
  ctcp = "$0-";
  dcc = "$0-";
  dccaction = "$0-";
  dccfile = "$0-";
  dccmsg = "$1-$0-";
  dccownaction = "$0-";
  dccownaction_target = "$0-$1-";
  dccownmsg = "$0-$1-";
  dccownnick = "$0-";
  dccquerynick = "$0-";
  error = "$0-";
  hilight = "$0-";
  line_start = "";
  menick = "$0-";
  mode = "$0-";
  msgchannel = "$0-";
  msgnick = "$0-$1-";
  names_channel = "$0-";
  names_nick = "$0-$1-";
  names_users = "";
  netjoin = "$0-";
  netsplit = "$0-";
  nick = "$0-";
  nickhost = "$0-";
  notice = "$0-";
  ownaction = "$0-";
  ownaction_target = "$0-$1-";
  ownctcp = "$0-$1-";
  ownmsgnick = "$0-$1-";
  ownnick = "$0-";
  ownnotice = "$0-$1-";
  ownprivmsg = "$0-$1-";
  ownprivmsgnick = "$0-";
  ownprivnick = "$0-";
  privmsg = "$0-$1-";
  privmsgnick = "$0-";
  prompt = "";
  pubaction = "$0-";
  pubmsghinick = "$1-$0-$2-";
  pubmsgmenick = "$0-$1-";
  pubmsgnick = "$0-$1-";
  pubnick = "$0-";
  pubnotice_channel = "$0-";
  pvtaction = "$0-";
  pvtaction_query = "$0-";
  pvtnotice_host = "$0-";
  reason = "$0-";
  sb = "%7%k$*%n ";
  sb_act_hilight = "$*";
  sb_act_hilight_color = "$1-";
  sb_act_msg = "$*";
  sb_act_sep = " ";
  sb_act_text = "$*";
  sb_background = "%7";
  sb_default_bg = "%7";
  sb_info_bg = "%0";
  sb_prompt_bg = "%0";
  sbaway = " AWAY";
  sbmode = " [+$*]";
  sbnickmode = "$0-";
  sbservertag = ":$0-";
  server = "$0-";
  servernotice = "$0-";
  timestamp = "$0-";
  wallop = "$0-";
  wallop_action = "$0-";
  wallop_nick = "$0-";
};


formats = {

  "fe-common/core" = {
    alias_added = "Alias $0 added";
    alias_not_found = "No such alias: $0";
    alias_removed = "Alias $0 removed";
    aliaslist_footer = "";
    aliaslist_header = "Aliases:";
    aliaslist_line = "$[16]0 %|$1";
    away_msgs = "$1 new messages in awaylog: ";
    bind_key = "$[!16]0 $1 $2";
    bind_unknown_id = "Unknown bind action: $0";
    cant_connect = "Unable to connect: $0:$1 ($2)";
    chan_not_found = "Not joined to such channel";
    chan_not_synced = "Channel not fully synchronized yet, try again after a while";
    chanlist_header = "You are on the following channels:";
    chanlist_line = "$[-8]0 %|+$1 ($2): $3";
    channel_move_notify = "$0 is already joined in window $1, use /WINDOW ITEM MOVE $0 to move it to this window";
    chansetup_added = "Channel $0 saved";
    chansetup_footer = "";
    chansetup_header = "Channel          Network Password Settings";
    chansetup_line = "$[16]0 %|$[8]1 $[8]2 $3";
    chansetup_not_found = "Channel $0 not found";
    chansetup_removed = "Channel $0 removed";
    command_ambiguous = "Ambiguous command: $0";
    command_unknown = "Unknown command: $0";
    config_modified = "Configuration file was modified since irssi was last started.  Do you want to overwrite the possible changes?";
    config_reloaded = "Reloaded configuration";
    config_saved = "Saved configuration to file $0";
    connecting = "Connecting to $0 [$1:$2]";
    connection_established = "Connection to $0 established";
    connection_lost = "Connection lost to $0";
    current_channel = "Current channel: $0";
    daychange = "";
    disconnected = "Disconnected from $0 ($1)";
    endofnames = "";
    error_server_sticky = "Window's server is sticky and it cannot be changed without -unsticky option";
    format_item = "$0 = $1";
    format_subtitle = "[$0]";
    format_title = "%:[$0] - [$1]%:";
    glib_error = "GLib $0 $1";
    hilight_footer = "";
    hilight_header = "Highlights:";
    hilight_line = "$[-4]0 $1 $2 $3 $4 $5";
    hilight_not_found = "Highlight not found: $0";
    hilight_removed = "Highlight removed: $0";
    ignore_footer = "";
    ignore_header = "Ignorance List:";
    ignore_line = "$[-4]0 $1: $2 $3 $4";
    ignore_no_ignores = "There are no ignores";
    ignore_not_found = "$0 is not being ignored";
    ignored = "Ignoring $1 from $0";
    illegal_proto = "Command isn't designed for the chat protocol of the active server";
    invite = "%K$1%w: %n$0 has invited you to join";
    join = "%K<%w$2%K> %n%|$0 joins";
    # someone joins
    kick = "%K<%w$1%K> %n%|$0 was kicked by $2 ($3)";
    # someone is kicked
    lag_disconnected = "No PONG reply from server $0 in $1 seconds, disconnecting";
    line_start = "{line_start}";
    line_start_irssi = "{line_start}";
    log_closed = "Log file $0 closed";
    log_create_failed = "Couldn't create log file $0 ($1)";
    log_list = "$0 $1: $2 $3$4";
    log_list_footer = "";
    log_list_header = "Logs:";
    log_locked = "Log file $0 is locked, probably by another running Irssi";
    log_not_open = "Log file $0 not open";
    log_opened = "Log file $0 opened";
    log_started = "Started logging to file $0";
    log_stopped = "Stopped logging to file $0";
    looking_up = "Looking up $0";
    module_already_loaded = "Module $0/$1 already loaded";
    module_footer = "";
    module_header = "Module               Type    Submodules";
    module_invalid = "$0/$1 isn't Irssi module";
    module_line = "$[!20]0 $[7]1 $2";
    module_load_error = "Error loading module $0/$1 ($2)";
    module_loaded = "Loaded module $0/$1";
    module_not_loaded = "Module $0/$1 is not loaded";
    module_unloaded = "Unloaded module $0/$1";
    msg_private = "$0$1$2";
    msg_private_query = "$0$1$2";
    names_users = "";
    names_nick = "$0$1    ";
    names_nick_halfop = "$0$1    ";
    names_nick_op = "$0$1    ";
    names_nick_voice = "$0$1    ";
    names_prefix = "";
    new_topic = "%K<%w$1%K> %n%|$0 changes topic to \"$2\"";
    # new topic
    nick_changed = "%K$0 is now known as $1%n";
    # nick changed
    no_away_msgs = "No new messages in awaylog";
    no_connected_servers = "Not connected to any servers";
    no_msgs_got = "You have not received a message from anyone yet";
    no_msgs_sent = "You have not sent a message to anyone yet";
    no_query = "No query with $0";
    not_connected = "Not connected to server";
    not_enough_params = "Not enough parameters given";
    not_good_idea = "Doing this is not a good idea. Add -YES if you really mean it";
    not_in_channels = "You are not on any channels";
    not_invited = "You have not been invited to a channel!";
    not_joined = "Not joined to any channel";
    not_toggle = "Value must be either ON, OFF or TOGGLE";
    option_ambiguous = "Ambiguous option: $0";
    option_missing_arg = "Missing required argument for: $0";
    option_unknown = "Unknown option: $0";
    overwrite_config = "Overwrite config (y/N)?";

    own_msg = "%K<%Y$2$0%K> %n%|$1";
    # i say something
    own_msg_channel = "$3$0$1$2";
    own_msg_private = "$0$1";
    own_msg_private_query = "$2$1";
    part = "%K<%w$2%K> %n%|$0 parts";
    # someone parts
    perl_error = "Perl error: $0";
    pubmsg = "%K<%W$2$0%K> %n%|$1";
    # someone says anything
    pubmsg_channel = "$3$0$1$2";
    pubmsg_hilight = "%K<%W$0$1%K> %n%|$2";
    # someone says a hilight
    pubmsg_hilight_channel = "$0$4$1$2$3";
    pubmsg_me = "%K<%W$2$0%K> %n%|$1";
    # someone @s me
    pubmsg_me_channel = "$0$1$2";
    query_move_notify = "Query with $0 is already created to window $1, use /WINDOW ITEM MOVE $0 to move it to this window";
    query_server_changed = "Query with $0 changed to server $1";
    query_start = "Starting query in $1 with $0";
    query_stop = "Closing query with $0";
    quit = "%K$0 %|has quit irc ($2)%n";
    # someone quits (once)
    quit_once = "%K$0 %|has quit irc ($2)%n";
    # someone quits (all)
    refnum_too_low = "Window number must be greater than 1";
    server_changed = "Changed to $2 server $1";
    server_list = "$0: $1:$2 ($3)";
    server_lookup_list = "$0: $1:$2 ($3) (connecting...)";
    server_quit = "Disconnecting from server $0: $1";
    server_reconnect_list = "$0: $1:$2 ($3) ($5 left before reconnecting)";
    server_reconnect_not_found = "Reconnection tag $0 not found";
    server_reconnect_removed = "Removed reconnection to server $0:$1";
    servertag = "$0";
    # server tag
    set_item = "$0 = $1";
    set_not_boolean = "Setting $0 isn't boolean, use /SET";
    set_server_sticky = "Window's server set sticky";
    set_title = "[$0]";
    set_unknown = "Unknown setting $0";
    setupserver_added = "Server $0 saved";
    setupserver_not_found = "Server $0 not found";
    setupserver_removed = "Server $0 removed";
    talking_in = "You are now talking in $0";
    talking_with = "You are now talking with $0";
    theme_changed = "Using now theme $0 ($1)";
    theme_not_found = "Theme $0 not found";
    theme_save_failed = "Error saving theme to $0: $1";
    theme_saved = "Theme saved to $0";
    timestamp = "{timestamp $Z} ";
    topic_unset = "%K<%w$1%K> %n%|$0 clears the topic";
    # topic unset
    translation_file_error = "Error parsing translation table file $0";
    translation_not_found = "Error opening translation table file $0: $1";
    unignored = "Unignored $0";
    unknown_chat_protocol = "Unknown chat protocol: $0";
    unknown_chatnet = "Unknown chat network: $0 (create it with /IRCNET ADD)";
    unknown_server_tag = "Unknown server tag: $0";
    unset_server_sticky = "Window's server isn't sticky anymore";
    window_info_bound_item = "        : $[!30]0 $[!15]1 $2";
    window_info_bound_items_footer = "";
    window_info_bound_items_header = "Bounds  :  Name                           Server tag";
    window_info_footer = "";
    window_info_header = "";
    window_info_history = "History : $0";
    window_info_item = "$[7]0: $[!30]1 $2";
    window_info_items_footer = "";
    window_info_items_header = "Items   :  Name                           Server tag";
    window_info_level = "Level   :$0";
    window_info_name = "Name    :$0";
    window_info_refnum = "Window  :  #$0";
    window_info_refnum_sticky = "Window  :  #$0 (sticky)";
    window_info_server = "Server  :$0";
    window_info_server_sticky = "Server  :$0 (sticky)";
    window_info_size = "Size    :$0x$1";
    window_info_theme = "Theme   :$0$1";
    window_level = "Window level is now $0";
    window_name_not_unique = "Window names must be unique";
    window_theme = "Using theme $0 in this window";
    window_theme_changed = "Using now theme  $0 ($1) in this window";
    window_theme_default = "No theme is set for this window";
    window_theme_removed = "Removed theme from this window";
    windowlist_footer = "";
    windowlist_header = "Ref Name                 Active item     Server          Level";
    windowlist_line = "$[3]0 %|$[20]1 $[15]2 $[15]3 $4";
    windowlog_file = "Window LOGFILE set to $0";
    windowlog_file_logging = "Can't change window's logfile while log is on";
    windows_layout_reset = "Layout of windows reset to defaults";
    windows_layout_saved = "Layout of windows is now remembered next time you start irssi";
    your_nick = "%KYour nickname is $0%n";
    # what is my nick
    your_nick_changed = "%KYou're now known as $1%n";
    # my /nick
  };

  "fe-common/irc/dcc" = {
    action_dcc = "$0$1";
    action_dcc_query = "$0$1";
    dcc_cant_create = "DCC can't create file $0";
    dcc_chat = "DCC CHAT from $0 [$1 port $2]";
    dcc_chat_channel = "DCC CHAT from $0 [$1:$2] requested in channel $3";
    dcc_chat_connected = "DCC CHAT connection with  $0 [$1 port $2] established";
    dcc_chat_disconnected = "DCC lost chat to  $0";
    dcc_chat_not_found = "No DCC CHAT connection open to  $0";
    dcc_close = "DCC $0 close for  $1 [ $2]";
    dcc_connect_error = "DCC can't connect to  $0 port  $1";
    dcc_ctcp = " >>>DCC CTCP  $1 received from  $0: $2";
    dcc_get_aborted = "DCC aborted receiving file  $0 from  $1";
    dcc_get_complete = "DCC received file  $0 [$1kB] from  $2 in  $3 secs [$4kB/s]";
    dcc_get_connected = "DCC receiving file  $0 from  $1 [$2 port $3]";
    dcc_get_not_found = "DCC no file offered by  $0";
    dcc_invalid_ctcp = "DCC received CTCP  $0 with invalid parameters from  $1";
    dcc_list_footer = "{line_start_irssi} ];";
    dcc_list_header = "{line_start_irssi}DCC connections:";
    dcc_list_line_chat = "Chat ->  $0 $1";
    dcc_list_line_file = "File ->  $0 $1 : $2k of $3k ($4%%) - $5kB/s - $6";
    dcc_lowport = " Warning: Port sent withDCC request is a lowport ($0, $1) - the address/port could be fake";
    dcc_msg = " dcc $0$1";
    dcc_msg_query = "nick $0$1";
    dcc_rejected = "DCC $0 was rejected by  $1 [ $2]";
    dcc_request_send = "DCC $0 request sent to  $1: $2";
    dcc_send = "DCC SEND from  $0 [$1 port $2]: $3 [$4 bytes]";
    dcc_send_aborted = "DCC aborted sending file  $0 for  $1";
    dcc_send_channel = "DCC SEND from  $0 [$1 port $2]: $3 [$4 bytes] requested in channel  $5";
    dcc_send_complete = "DCC sent file  $0 [ $1kB] for  $2 in  $3 secs [ $4kB/s]";
    dcc_send_connected = "DCC sending file  $0 for  $1 [$2 port $3]";
    dcc_send_exists = "DCC already sending file  $0 for  $1";
    dcc_send_file_open_error = "DCC can't open file  $0: $1";
    dcc_send_not_found = "DCC not sending file  $1 to  $0";
    dcc_unknown_ctcp = "DCC unknown ctcp  $0 from  $1 [$2]";
    dcc_unknown_reply = "DCC unknown reply  $0 from  $1 [$2]";
    dcc_unknown_type = "DCC unknown type  $0";
    own_dcc = " dcc  $1$2";
    own_dcc_action = "$0 $1$2";
    own_dcc_action_query = "$0$2";
    own_dcc_ctcp = " ctcp $0$1 $2";
    own_dcc_query = "$0$2";
  };

  "fe-text" = {
    cant_hide_last = "You can't hide the last window";
    cant_hide_sticky_windows = "Use /WINDOW STICK OFF to hide this sticky window";
    cant_show_sticky_windows = "Use /WINDOW STICK OFF to show this sticky window";
    lastlog_count = " Lastlog: $0 lines";
    lastlog_end = "End of Lastlog";
    lastlog_start = "Lastlog:";
    lastlog_too_long = "/LASTLOG would print $0 lines. Use the -force option (if you really want to)";
    refnum_not_found = "Window number $0 not found";
    window_info_sticky = "Sticky  : $0";
    window_not_sticky = "Window is not sticky";
    window_scroll = "Window scroll mode is now $0";
    window_scroll_unknown = "Unknown scroll mode $0 (ON/OFF/DEFAULT)";
    window_set_sticky = "Window set sticky";
    window_too_small = "Not enough room to resize this window";
    window_unset_sticky = "Window is not sticky anymore";
  };

  "fe-common/irc" = {
    action_private = "$0$1$2";
    action_private_query = "$0$2";
    action_public = "%K$0 %|$1%n";
    # other people /me
    action_public_channel = "$0$1$2";
    action_wallops = "WALLOP $0 $1";
    ask_oper_pass = "Operator password:";
    away = "You have been marked as being away";
    banlist = "$0 -  $1: ban  $2";
    banlist_long = "$0 -  $1: ban  $2  by  $3, $4 secs ago";
    bantype = "Ban type changed to  $0";
    chanmode_change = "%K<%w$0%K> %n%|$1 by $2";
    # chanmode change
    channel_created = "%K<%w$0%K> %n%|created <$1>";
    # channel created
    channel_mode = "%K<%w$0%K> %n%|$1";
    # channel mode
    channel_rejoin = "Channel $0 is temporarily unavailable. Setting up a rejoin, to not rejoin, use /rmrejoins";
    channel_synced = "%K<%w$0%K> %n%|synchronized in $1s";
    # channel synced
    ctcp_ping_reply = "CTCP PING reply from  $0: $1.$[-3.0]2 seconds";
    ctcp_reply = "CTCP $0 reply from  $1: $2";
    ctcp_reply_channel = "CTCP $0 reply from $1 in channel $3: $2";
    ctcp_requested = "$0 $1 requested $2 from $3";
    ebanlist = "$0: ban exception  $1";
    ebanlist_long = "$0: ban exception  $1  by  $2, $3 secs ago";
    end_of_who = "End of /WHO list";
    end_of_whois = "End of WHOIS";
    end_of_whowas = "End of WHOWAS";
    error = " ERROR $0";
    invitelist = "$0: invite  $1";
    inviting = "Inviting  $0 to  $1";
    ircnet_added = "Ircnet $0 saved";
    ircnet_footer = "";
    ircnet_header = "Ircnets:";
    ircnet_line = "$0: $1";
    ircnet_not_found = "Ircnet $0 not found";
    ircnet_removed = "Ircnet $0 removed";
    joinerror_bad_key = "Join fails:  $0 (Wrong channel key)";
    joinerror_bad_mask = "Join fails:  $0 (Bad channel mask)";
    joinerror_banned = "Join fails:  $0 (You are banned)";
    joinerror_duplicate = "Channel  $0 already exists - cannot create it";
    joinerror_full = "Join fails:  $0 (Channel is full)";
    joinerror_invite = "Join fails:  $0 (You must be invited)";
    joinerror_toomany = "Join fails:  $0 (You have joined to too many channels)";
    joinerror_unavail = "Join fails:  $0 (Channel is temporarily unavailable)";
    kill = "You were  killed by  $0  $1  $2  Path: $3";
    kill_server = "You were  killed by  $0  $1  Path: $2";
    netsplit = "  Netsplit <<<  $0 %g<%g-%g>  $1 quits: $2";
    netsplit_join = "  Netsplit >>> $0";
    netsplit_join_more = "  Netsplit >>> $0 (+$1 more)";
    netsplit_more = "  Netsplit <<<  $0 <-%W>  $1 quits: $2 (+$3 more)";
    netsplits_footer = "";
    netsplits_header = "Nick      Channel    Server               Splitted server";
    netsplits_line = "$[9]0 $[10]1 $[20]2 $3";
    nick_away = "$0 is away: $1";
    nick_in_use = "Nick  $0 is already in use";
    nick_unavailable = "Nick  $0 is temporarily unavailable";
    no_bans = "No bans in channel  $0";
    no_invitelist = "Invite list is empty in channel  $0";
    no_netsplits = "There are no net splits";
    no_such_channel = "$0: No such channel";
    no_such_nick = "$0: No such nick/channel";
    no_topic = "";
    # when theres no topic
    not_chanop = "You're not channel operator in $0";
    notice_private = "$0$1$2";
    notice_public = "$0$1$2";
    notice_server = "$0$1";
    online = "Users online: $0";
    own_action = "%K$0 %|$1%n";
    # i do a /me
    own_action_target = "$0$2$1";
    own_ctcp = "$0$1$2";
    own_notice = "$0$1";
    pong = "PONG received from $0: $1";
    server_chanmode_change = "%K<%w$0%K> %n%|$1 by $2";
    # server chanmode change
    setupserver_footer = "";
    setupserver_header = "Server               Port  Network    Settings";
    setupserver_line = "%|$[!20]0 $[5]1 $[10]2 $3";
    silence_line = "$0: silence  $1";
    silenced = "Silenced $0";
    topic = "%K<%w$0%K> %n%|$1";
    # topic on join
    topic_info = "";
    # topic_info = "%K-- $0 <$1>%n";
    # topic info
    unaway = "You are no longer marked as being away";
    unknown_mode = "Unknown mode character $0";
    unsilenced = "Unsilenced  $0";
    url = "%K<%w$0%K> %n%|$1";
    # channel url
    user_mode = "Your user mode is $0";
    usermode_change = "Mode change $0 for user $1";
    wallops = "WALLOP $0 $1";
    who = "$[-10]0 %| $[!9]1 $[!3]2 $[!2]3 $4@$5   $6";
    whois = "$0 [$1@$2]%:ircname:  $3";
    whois_away = "away: %|$1";
    whois_channels = "channels: %|$1";
    whois_help = "...is available for help";
    whois_idle = "idle:     %|$1 days $2 hours $3 mins $4 secs";
    whois_idle_signon = "idle:     %|$1 days $2 hours $3 mins $4 secs (signon: $5)";
    whois_modes = "modes: $1";
    whois_not_found = "There is no such nick $0";
    whois_oper = "$1";
    whois_realhost = "hostname: $1-";
    whois_registered = "...has registered this nick";
    whois_server = "server:   %|$1 ($2)";
    whois_special = "%|$1";
    whois_usermode = "usermode: $1";
    whowas = "$0 [$1@$2]%:ircname: $3";
    # who was that
    your_nick_owned = "Your nick is owned by $3 [$1@$2]";
    # bad news
  };

  "fe-common/perl" = {
    no_scripts_loaded = "No scripts are loaded";
    script_error = " Error in script $0: ";
    script_list_footer = "";
    script_list_header = "Loaded scripts: ";
    script_list_line = "$[!15]0 $1";
    script_loaded = "Loaded script $0";
    script_not_found = "Script $0 not found";
    script_not_loaded = "Script $0 is not loaded";
    script_unloaded = "Unloaded script $0";
  };

  "fe-common/irc/notifylist" = {
    notify_away = "$0 [$5] [$1@$2] [ $3] is now away: $4";
    notify_join = "$0 [$1@$2] [ $3] has joined to $4";
    notify_list = "$0: $1 $2 $3";
    notify_list_empty = "The notify list is empty";
    notify_offline = "Offline: $0";
    notify_online = "On $0:  $1";
    notify_part = "$0 has left $4";
    notify_unaway = "$0 [$4] [$1@$2] [ $3] is now unaway";
    notify_unidle = "$0 [$5] [$1@$2] [ $3] just stopped idling";
  };

};

CLICK TO VIEW

x

nickcolor.pl(raw, dl)

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
use strict;
use Irssi 20020101.0250 ();
use vars qw($VERSION %IRSSI); 
$VERSION = "1";
%IRSSI = (
    authors     => "Timo Sirainen, Ian Peters",
    contact	=> "tss\@iki.fi", 
    name        => "Nick Color",
    description => "assign a different color for each nick",
    license	=> "Public Domain",
    url		=> "http://irssi.org/",
    changed	=> "2002-03-04T22:47+0100"
);

# hm.. i should make it possible to use the existing one..
Irssi::theme_register([
  'pubmsg_hilight', '{pubmsghinick $0 $3 $1}$2'
]);

my %saved_colors;
my %session_colors = {};
my @colors = qw/2 3 4 5 6 7 9 10 11 12 13/;

sub load_colors {
  open COLORS, "$ENV{HOME}/.irssi/saved_colors";

  while (<COLORS>) {
    # I don't know why this is necessary only inside of irssi
    my @lines = split "\n";
    foreach my $line (@lines) {
      my($nick, $color) = split ":", $line;
      $saved_colors{$nick} = $color;
    }
  }

  close COLORS;
}

sub save_colors {
  open COLORS, ">$ENV{HOME}/.irssi/saved_colors";

  foreach my $nick (keys %saved_colors) {
    print COLORS "$nick:$saved_colors{$nick}\n";
  }

  close COLORS;
}

# If someone we've colored (either through the saved colors, or the hash
# function) changes their nick, we'd like to keep the same color associated
# with them (but only in the session_colors, ie a temporary mapping).

sub sig_nick {
  my ($server, $newnick, $nick, $address) = @_;
  my $color;

  $newnick = substr ($newnick, 1) if ($newnick =~ /^:/);

  if ($color = $saved_colors{$nick}) {
    $session_colors{$newnick} = $color;
  } elsif ($color = $session_colors{$nick}) {
    $session_colors{$newnick} = $color;
  }
}

# This gave reasonable distribution values when run across
# /usr/share/dict/words

sub simple_hash {
  my ($string) = @_;
  chomp $string;
  my @chars = split //, $string;
  my $counter;

  foreach my $char (@chars) {
    $counter += ord $char;
  }

  $counter = $colors[$counter % 11];

  return $counter;
}

# FIXME: breaks /HILIGHT etc.
sub sig_public {
  my ($server, $msg, $nick, $address, $target) = @_;
  my $chanrec = $server->channel_find($target);
  return if not $chanrec;
  my $nickrec = $chanrec->nick_find($nick);
  return if not $nickrec;
  my $nickmode = $nickrec->{op} ? "@" : $nickrec->{voice} ? "+" : "";

  # Has the user assigned this nick a color?
  my $color = $saved_colors{$nick};

  # Have -we- already assigned this nick a color?
  if (!$color) {
    $color = $session_colors{$nick};
  }

  # Let's assign this nick a color
  if (!$color) {
    $color = simple_hash $nick;
    $session_colors{$nick} = $color;
  }

  $color = "0".$color if ($color < 10);
  $server->command('/^format pubmsg %K<'.chr(3).$color.'$2$0%K> %n%|$1');
}

sub cmd_color {
  my ($data, $server, $witem) = @_;
  my ($op, $nick, $color) = split " ", $data;

  $op = lc $op;

  if (!$op) {
    Irssi::print ("No operation given");
  } elsif ($op eq "save") {
    save_colors;
  } elsif ($op eq "set") {
    if (!$nick) {
      Irssi::print ("Nick not given");
    } elsif (!$color) {
      Irssi::print ("Color not given");
    } elsif ($color < 2 || $color > 14) {
      Irssi::print ("Color must be between 2 and 14 inclusive");
    } else {
      $saved_colors{$nick} = $color;
    }
  } elsif ($op eq "clear") {
    if (!$nick) {
      Irssi::print ("Nick not given");
    } else {
      delete ($saved_colors{$nick});
    }
  } elsif ($op eq "list") {
    Irssi::print ("\nSaved Colors:");
    foreach my $nick (keys %saved_colors) {
      Irssi::print (chr (3) . "$saved_colors{$nick}$nick" .
		    chr (3) . "1 ($saved_colors{$nick})");
    }
  } elsif ($op eq "preview") {
    Irssi::print ("\nAvailable colors:");
    foreach my $i (2..14) {
      Irssi::print (chr (3) . "$i" . "Color #$i");
    }
  }
}

load_colors;

Irssi::command_bind('color', 'cmd_color');

Irssi::signal_add('message public', 'sig_public');
Irssi::signal_add('event nick', 'sig_nick');
 

x

Notes

made this yesterday

Comments

venam said about 11 years ago

I like it. unixhub.net ftw!