Skip to content
General IRCX

nicklust question

A TG007 community discussion started by Kronicdreamer.

Discussion 10 posts
Page 1 of 1
Open
Topic #6938 · 10 published posts · 2,339 views

This is the MOST n00bish question i believe i have ever asked lol

 

dll nicklust3.dll SetGroupText # 1 > Common Folks

dll nicklust3.dll AddGroup # 2 . 2 > Owners

dll nicklust3.dll AddGroup # 3 & 3 > Admins

dll nicklust3.dll AddGroup # 4 @ 4 > Ops

dll nicklust3.dll AddGroup # 5 % 5 > HalfOps

dll nicklust3.dll AddGroup # 6 + 6 > Voiced

 

i have used SetGroupPos like this

 

# 1 > 1

and

# 1 > start

 

either way my nicklist will show the common folks at the top, and if i move the SetGroupText to after # 6 the nicklist will show nuthin, and i mean dead blank.

 

:\ anyone had this issue, and also do yall know where to get the icons for the hammers, and such from MSN? and i do not want to download a whole script to get them lol

Hey Kronic. I'll try to find out what is happening with nicklust. However, here is where you can get the hammers.

Gold Hammer

Brown Hammer

MSN Butterfly

Are you calling it on a signal? Make sure you have an alias to call it on connect.

i use /dll everytime, i dunno why just easier to me i guess, but i am just doin all that on join.

 

i have tried to use the SetGroupPos w/ a number and the start|end function :\ i dunno i have messed w/ it for like 2 days now.

 

and thanks Warrior124 old mate :D

on *:join:#:{

if ($nick == $me) {

dll nicklust3.dll Mark $window($chan).hwnd lust_callback nodefgroup hottrack staticedge hideempty underlinehot rowselect

dll nicklust3.dll SetGroupText $chan 1 > UnVoiced

dll nicklust3.dll AddGroup $chan 2 . 2 > Owners

dll nicklust3.dll AddGroup $chan 3 & 3 > Admins

dll nicklust3.dll AddGroup $chan 4 @ 4 > Ops

dll nicklust3.dll AddGroup $chan 5 % 5 > HalfOps

dll nicklust3.dll AddGroup $chan 6 + 6 > Voiced

dll nicklust3.dll SetGroupPos $chan 2 > 1

dll nicklust3.dll SetGroupPos $chan 3 > 2

dll nicklust3.dll SetGroupPos $chan 4 > 3

dll nicklust3.dll SetGroupPos $chan 5 > 4

dll nicklust3.dll SetGroupPos $chan 6 > 5

dll nicklust3.dll SetGroupPos $chan 1 > 6

}

}

 

There, i rewrote it to be very simple till i get the SetGroupPos right, and it still doesnt drop UnVoiced to the end, and i have changed the

dll nicklust3.dll SetGroupPos $chan 1 > 6

to

dll nicklust3.dll SetGroupPos $chan 1 > end

 

and /hop'd and still didnt work :\ and thats about all i can do.

Hey Kronic. Sorry for the late reply, mate. I've came up with this code. I tested it out, and it works. If you need any more help please let me know. :pizza:

 

alias ff {
 if (!%ff. [ $+ [ $1- ] ]) || (!$exists(%ff. [ $+ [ $1- ] ])) set %ff. [ $+ [ $1- ] ] $shortfn($findfile($mircdir,$1-,1))
 return %ff. [ $+ [ $1- ] ]
}

on *:JOIN:#:{
 if ($nick == $me) {
   dll $ff(nicklust3.dll) Mark $window($chan).hwnd lust_callback nodefgroup hottrack staticedge hideempty underlinehot rowselect
   dll $ff(nicklust3.dll) SetGroupText $chan 1  > UnVoiced
   dll $ff(nicklust3.dll) AddGroup $chan 2 . 2 > Owners
   dll $ff(nicklust3.dll) AddGroup $chan 3 & 3 > Admins
   dll $ff(nicklust3.dll) AddGroup $chan 4 @ 4 > Ops
   dll $ff(nicklust3.dll) AddGroup $chan 5 % 5 > HalfOps
   dll $ff(nicklust3.dll) AddGroup $chan 6 + 6 > Voiced
   dll $ff(nicklust3.dll) SetGroupPos $chan 1 end 1
}

 

P.S.: I added the ff alias so that wherever you put the nicklust3.dll your script will be able to find it for you automatically. Best wishes, mate. :)

:\ it still shows the UnVoiced on the top

 

nvm i just started a new blank script and mine even worked both ways i tried :\ i must have some kinda conflict w/ another addoni have in that script i was messin w/ :| never seen sumpin like that b4

 

maybe its spelled nicklist instead of nicklust?

lol, that's what I thought before too, webagent. However, there is a dll out there called nicklust believe it or not, lol. :lolwave:

well nicklist was the 1st dll released w/o very many options and Naru made the nicklust3.dll and couldnt use the nicklist.dll since it was taken :\