mIRC Home    About    Download    Register    News    Help

Print Thread
#41591 13/08/03 06:14 PM
Joined: Aug 2003
Posts: 36
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2003
Posts: 36
I want to put a /list in a dialog, what $identifyers do i use, and can the default /list be blocked, i have tried .haltdef for raw 321 and 322



TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Code:
on *:dialog:dialog:sclick:id: {
  list
  .enable #list
}

#list off
raw 322:*: { set %list $1- | did -a dialog id %list }
#list end



Joined: Aug 2003
Posts: 36
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2003
Posts: 36
thx, i will look at it smile


TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
you may want to look at the /window command and on the list beginning, minimize (and hide) the default list window.


-KingTomato
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
If it doesn't work, sorry it is untested, however paste to us the dialog code and we'll sort it out for you. grin

Joined: Aug 2003
Posts: 36
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2003
Posts: 36
KingTomato the idear, is to totally hide the default smile


TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
u cannot stop a list window, thus me mentioning using the /window function to hide it while your listing.


-KingTomato
Joined: Dec 2002
Posts: 580
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 580
Weird, I would almost call this a bug... Since by using haltdef on numerics 364 and 365 will prevent the /links window from opening. But haltdef on numerics 321, 322, and 323 will not stop the channels window from opening... frown


NaquadaBomb
www.mirc-dll.com

Link Copied to Clipboard