Skip to content
General IRCX

Nicklist - Quakenet

A TG007 community discussion started by tzrtim.

Discussion 13 posts
Page 1 of 1
Open
Topic #14292 · 13 published posts · 4,883 views

alias nickicon {
  if (inf|* isin $1) return 1
  if ($left($nick($active,$1).pnick,1) == @) return 2
  if ($left($nick($active,$1).pnick,1) == +) return 3
  else return 4
}

 

  did -i $dname 1,2 1 seticon normal 0, $+ $iconsnl( $+ staff $+ )
  did -i $dname 1,2 1 seticon normal 0, $+ $iconsnl( $+ owner $+ )
  did -i $dname 1,2 1 seticon normal 0, $+ $iconsnl( $+ voice $+ )
  did -i $dname 1,2 1 seticon normal 0, $+ $iconsnl( $+ blank $+ )

 

 

This works fine with Quakenet Server, but how could I get it so if ppl had inf| in there name they would have a different icon?

Edited Apr 17, 2010 7:17 AM by tzrtim
  if (*inf $+ $chr(124) $+ * iswm $nick($active,$1)) return 5

Thank you for the very fast reply! :)

NP. I haven't tested it, but please let me know if it works. :)

hmm does not seem to change the icon they still have the icon for @

elseif on the remainder of your if statements... apparently one if resetting it after it sets inf. Warrior's code looks good to me.

 

elseif ($left($nick($active,$1).pnick,1) == @) return 2
elseif ($left($nick($active,$1).pnick,1) == +) return 3

Stupidity is a metric of success.

maybe because the name is inf|Timmy it needs a ? but still does not show but shows the @ fine and v

I just noticed Warrior has Return 5. I think it should be Return 1. 1 Should be for the INF icon.

Stupidity is a metric of success.

Yeah, I did change it to Return 1 when i noticed that :)

Random I know but I fixed it with I guess in my 1st post it don't like the | :D

 

  if (Inf isin $1) return 1

 

 

Now to try make it work for more then one room, If I go into another it undocks it lol. Am sure there was another post from Haggis with the information?

Edited Apr 17, 2010 11:22 AM by tzrtim

http://www.tg007.net/dls/index.php?action=...d=1322&idP=

 

This is one i made. This particular version is setup for buzzen but I use it for all networks i'm on. You can easily edit it to fit your needs

Get information about ircWx here

Thank you very much! :) - Could anyone explain to me about the workings done to make it work fine in multi rooms? atm my one undocks and so does this one err0r gave on the above post? is it that or could I have another line in mIRC that is having a conflict?

mine works in every room.. it shouldn't be undocking

Get information about ircWx here