Skip to content
General IRCd

I Haven't The Slightest Lol

A TG007 community discussion started by Vindicator.

Closed discussion 3 posts
Page 1 of 1
Closed
Topic #10962 · 3 published posts · 968 views

Ok I downloaded the nicklist.dll and read the html tut that was with it. Really didn't understand what a lot of it was getting at. Willing to learn though. :notworking:

 

//dll $scriptdir\dlls\NickList.dll Nicklist @window #

ON *:SIGNAL:nicklist_resize: {
  if ($4 == 1) dialog -s $1 0 0 $2 $3
  else { window $1 -2 0 $calc($2 +2) $3 | drawrect -rf $1 $rgb(81,101,128) 1 0 0 $2 $3 }
}


var %nicklist_size $dll($scriptdir\dlls\NickList.dll,GetSize,#)
window -hp +d @Nicklist-# -2 0 %nicklist_resize


menu @nicklist-# {
  rclick { dll $scriptdir\dlls\nicklist.dll Popup # }
}


//echo -a $dll($scriptdir\dlls\NickList.dll,DllInfo,NOT_USED)

Knowledge is a terrible thing to waste.

Nevermind lmao. I figured it out. I understand how it is used. :oops:

Knowledge is a terrible thing to waste.

Well, this is technically resolved by the OP, so, topic closed.