How to hide nick list??

79 views
Skip to first unread message

ricky ricx

unread,
Mar 15, 2010, 11:22:28 AM3/15/10
to Visual IRC
Could anyone tell me how to hide/unhide nick list at right side of
chat?

Thank you very much.

Spectre

unread,
Mar 20, 2010, 11:39:52 AM3/20/10
to Visual IRC
Ricky,

This is by design. You can not Hide/Unhide the nick to the right when
in channels. Hope this helps


Spectre

Mr2001

unread,
Mar 20, 2010, 8:10:02 PM3/20/10
to Visual IRC
You could do it with a script... it's been a while, but something
like:

@l $nlist = $mapobject($C:NickList)
@p $nlist.Visible = False
UnmapObject $nlist

Mr2001

ricky ricx

unread,
Mar 21, 2010, 1:48:03 AM3/21/10
to Visual IRC
Mr2001 Thank you very much... I'm not programmer but this is work...
this is very simple than i thought...
i tried modify to show nick list again and it worked too... i guess
there is library code for this :)
if you don't mind where do i find the library for the codes?

worked:
alias: HIDELIST


@l $nlist = $mapobject($C:NickList)
@p $nlist.Visible = False
UnmapObject $nlist

worked:
alias: SHOWLIST


@l $nlist = $mapobject($C:NickList)
@p $nlist.Visible = False
UnmapObject $nlist

currently i try to figure out how to remove blank window space used by
nick list

again thank you very much.

Reply all
Reply to author
Forward
0 new messages