_Dean_ commented on a Page, Infocenter  -  Nov 04, 2011

1 - it will not return the entire real name, i think you should use $strip($6-) , since some real names, use a lot of control codes, of course its your script, you do what you want

2 - there is no scroll in case if the user is in more than 5 channels, it will only return 3
3 -
using tokenize, i used $chr(10) since some real names
has a lot of special characters on it

  if ( $numeric == 311 ) {
    did -a lime_info_center 1 Nick: $2
    did -a lime_info_center 1 Real Name: $6
    did -a lime_info_center 1 User: $3
    did -a
  if ( $numeric == 311 ) {
    tokenize 10 $+(Nick: $2,$chr(10),Real Name: $strip($6-),$chr(10),User: $3,$chr(10),Host: $4)
    did -a lime_info_center 1 $* | halt

i didnt check the entire code yet, but i think its a good idea, i will give you a 8/10 +like

 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.