Originally Posted by XGamerAMD
--(2)
--vavalera!Pikachu@7C3BCF7.A16C3358.11AF95E4.IP
--ninja!Pikachu@7C3BCF7.A16C3358.11AF95E4.IP

how i do to get this on the screen?


Try to use this code:
Code
alias clones {
  if (!$snick($chan,0)) { echo -a To check, select a nickname in the list. | halt }
  var %sn $snick($chan,1)
  var %sa $address(%sn,2)
  var %nc $ialchan(%sa,$chan,0)
  echo -a ( $+ %nc $+ ) clones: %sn - %sa
  var %di 1 | while (%di <= %nc) {
    echo -a -- $+ $ialchan(%sa,$chan,%di)
    inc %di
  }
}

Select the necessary nickname in the list of nicknames and enter the command "/clones" to check.

Note: To work correctly, you should not have other aliases with the same name anywhere. Otherwise, you can change the name of the alias, and this will also be the name of the command to enter.


Help on commands and identifiers used in this code:

    aliashttps://en.wikichip.org/wiki/mirc/aliases
    ifhttps://en.wikichip.org/wiki/mirc/commands/if
    varhttps://en.wikichip.org/wiki/mirc/commands/var
    inchttps://en.wikichip.org/wiki/mirc/commands/inc
    echohttps://en.wikichip.org/wiki/mirc/commands/echo
    whilehttps://en.wikichip.org/wiki/mirc/commands/while
    $snickhttps://en.wikichip.org/wiki/mirc/identifiers/$snick
    $addresshttps://en.wikichip.org/wiki/mirc/identifiers/$address
    $ialchanhttps://en.wikichip.org/wiki/mirc/identifiers/$ialchan



🌐 http://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples