Ignore Listing

By anthalus on Sep 08, 2005

This alias will list all nicks on your ignore list, any flags that have been set, and the time left for ignore if that is set. Copy this into your remotes (Alt+r).

alias am.Ignore {
  var %num = $ignore(0)
  if (!%num) { 
    echo -at Ignore List Empty
  }
  else {
    while (%num) {
      .echo -at Ignored: $ignore(%num) $iif($ignore(%num).type,Flags: $ignore(%num).type) $iif($ignore(%num).secs,Time Remaining: $ignore(%num).secs)
      dec %num
    }
  }
} 

menu * {
 -
 Ignore Listing:am.Ignore
 -
}

Comments

Sign in to comment.
Eugenio   -  Apr 10, 2008

I like it =/

 Respond  
APinis   -  Jan 30, 2007

how does this work? =/

 Respond  
anthalus   -  Sep 11, 2005

Ooops. Thought I removed that goto command. It is gone now...

 Respond  
xDaeMoN   -  Sep 11, 2005

@ Anthalus, you don\'t have to use the /goto command as you are already using the if-then-else statements.

 Respond  
xDaeMoN   -  Sep 11, 2005

That is true ;)

 Respond  
ch1zra   -  Sep 10, 2005

messing with built in stuffs rules :)

 Respond  
anthalus   -  Sep 09, 2005

I know, but I figured, what the heck, why not make it a bit prettier LOL

 Respond  
xDaeMoN   -  Sep 08, 2005

You can also do \"/ignore -l\" which will list all the ignores you have set.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.