On admin:TEXT:!join*:#:/Join $chr(37) $+ $chr(35) $+ $2- On admin:TEXT:!part*:#:/part $chr(37) $+ $chr(35) $+ $2-
these above are simple codes to join a room on server just by typing a command......
but the thing irritating me is...
on
!join
script joins room ....n obviously it will open new channel window...
and on
!part
though it left room....but it do not close channel window ...only nick left on command and channel windows is remain opened.....
so i want to do both task on !part... which are, script shuld left room and channel window shuld also be closed..
if it can be done via command...or i have to close channel window manually?