Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;output same nick random color for the message
- on 1:START:set %nickConfig $strip($readini(config.ini, Messages, CONF_prefixuser),c) | set %actionConfig $strip($readini(config.ini, Messages, CONF_prefixemote),c)
- ;channel
- on ^*:TEXT:*:#: {
- if ($nick(#, $nick)) {
- echo $nick(#,$nick).color -trlmbf # $nickFormated $1- | halt
- }
- }
- alias nickFormated return $replacex(%nickConfig,$!pnick,$nick($chan,$nick).pnick)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement