use strict; use warnings; our $VERSION = '0.4.0'; # c274f630aff9967 our %IRSSI = ( authors => 'Nei', name => 'nickcolor_expando', description => 'colourise nicks', license => 'GPL v2', ); # inspired by bc-bd's nm.pl and mrwright's nickcolor.pl # Usage # ===== # after loading the script, add the colour expando to the format # (themes' abstracts are not supported) # # /format pubmsg {pubmsgnick $2 {pubnick $nickcolor$0}}$1 # # alternatively, use it together with nm2 script # Options # ======= # /set neat_colors # * the list of colours for automatic colouring (you can edit it more # conveniently with /neatcolor colors) # # /set neat_ignorechars # * regular expression of characters to remove from nick before # calculating the hash function # # /set neat_color_reassign_time