Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;I didn't make this
- ;Syntax is /highlight #CHANNEL
- alias highlight {
- if (!$1) {
- echo -ac info * /highlight: No Channel Specified
- halt
- }
- var %i = 0
- var %string = ""
- while (%i < $nick($1, 0)) {
- inc %i
- set %string $addtok(%string,$+($chr(32),$nick($1,%i)),44)
- }
- msg $1 %string
- unset %string
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement