Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- }
- on *:text:.call *:#: {
- if ($nick isop $chan) {
- var %f = #gervasio1
- var %d = #gervasio2
- var %e = #gervasio3
- if ($2 == -f) {
- highlight %f
- .timer 1 1.2 msg %f 9::8::4:: $3- 9::8::4::
- }
- elseif ($2 == -d) {
- highlight %d
- .timer 1 1.2 msg %d 9::8::4:: $3- 9::8::4::
- }
- elseif (($2 == -fd) || ($2 == -df)) {
- highlight %f
- .timer 1 1.2 msg %f 9::8::4:: $3- 9::8::4::
- highlight %d
- .timer 1 1.2 msg %d 9::8::4:: $3- 9::8::4::
- }
- elseif ($2 == -e) {
- highlight %e
- .timer 1 1.2 msg %e 9::8::4:: $3- 9::8::4::
- }
- elseif (($2 == -fe) || ($2 == -ef)) {
- highlight %f
- .timer 1 1.2 msg %f 9::8::4:: $3- 9::8::4::
- highlight %e
- .timer 1 1.2 msg %e 9::8::4:: $3- 9::8::4::
- }
- elseif (($2 == -de) || ($2 == -ed)) {
- highlight %d
- .timer 1 1.2 msg %d 9::8::4:: $3- 9::8::4::
- highlight %e
- .timer 1 1.2 msg %e 9::8::4:: $3- 9::8::4::
- }
- elseif (($2 == -def) || ($2 == -edf) || ($2 == -fed) || ($2 == -fde) || ($2 == -efd) || ($2 == -dfe)) {
- highlight %d
- .timer 1 1.2 msg %d 9::8::4:: $3- 9::8::4::
- highlight %e
- .timer 1 1.2 msg %e 9::8::4:: $3- 9::8::4::
- highlight %f
- .timer 1 1.2 msg %f 9::8::4:: $3- 9::8::4::
- }
- else {
- highlight $chan
- .timer 1 1.2 msg $chan 9::8::4:: $2- 9::8::4::
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement