mIRC Home    About    Download    Register    News    Help

Print Thread
#50279 19/09/03 03:18 PM
Joined: Dec 2002
Posts: 24
R
RODF Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Dec 2002
Posts: 24
It has as to place who it is in the my ignore list in popup menubar? For example:

Ignore list:
.Nick1 (or address)
.Nick2 (or address)
.Nick3 (or address)
.Nick4
etc
Sorry my english

#50280 19/09/03 03:27 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
/ignore -l shows your ignore list. You can also view it by pressing ALT+B and selecting the 'Control' tab.

#50281 19/09/03 03:43 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
Paste the following in remote section of script editor ...
Code:
menu status {
  Ignore List $+($chr(40),$ignore(0),$chr(41))
  .$submenu($ignore.menu($1))
}
alias ignore.menu {
  if ($1 == begin) return - Click One to Remove -: {}
  if ($1 == end) return - Clear Ignore List - :ignore -r
  if ($ignore($1) != $null) return $+($chr(35),$1,$chr(41)) $+($ignore($1),:ignore) -r $ignore($1)
}


Right click in status window.

Last edited by r0ck0; 19/09/03 05:25 PM.

Link Copied to Clipboard