highlight_plugin

This commit is contained in:
.[d]. 2022-07-22 23:43:11 +00:00
parent 93888ceeb5
commit f833d53cba

@ -43,9 +43,12 @@ class Plugin:
############################################################################################################
@command(permission='view',public=True,show_in_help_list=True)
def hl(self, mask, target, args):
"""hl - use a chosen or random color palette that will iterate a message to whichever ircnick you pick.
"""hl - use a chosen or random color palette that will iterate a message to whichever ircnick you pick.
c1-c4 are the different index of colors, meaning four different colors will be used.
s1-s6 are the symbols by index, s1-s3 are the first set, s4-s6 are the second set.
these are not needed if you randomize values but if you want the same colors, symbols later you now have record.
c1,c2,c3,c4,s1,s2,s3,s4,s5,s6 accept a color range of 0-15 and symbol range of 0-30. usage: ?hl c1,c2,c3,c4,s1,s2,s3,s4,s5,s6 ircnick n message.
uses specified colors & symbols, tags ircnick dr1p with hello message 10 times. example 1: ?hl 8,12,9,13,3,4 dr1p 10 hello.
uses specified colors & symbols, tags ircnick dr1p with hello message 10 times. example 1: ?hl 8,12,9,13,3,4,5,9,8,7 dr1p 10 hello.
uses a random color palette, tags ircnick dr1p with hello message 10 times. example 2: ?hl dr1p 10 hello.
uses a random color palette, tags ircnick dr1p with hello message 1 time. example 3: ?hl dr1p hello.
%%hl <message>...