mIRC Homepage
Posted By: pheonix dline + $fline - 22/08/03 08:52 PM
Code:
  elseif ($2 == part) { 
    dline $window(@sockbot* $+ $3,1) $&
      $fline($window(@sockbot* $+ $3,1),$+(*,$remove($gettok($1,1,33),:),*),1,1) $&
      $fline($window(@sockbot* $+ $3,1),$+(*,$remove($gettok($1,1,33),:),*),1,1) 
  }

sockread echos:
Code:
:phoenix!~force_n_s@serverhere-329A8BA5.nott.cable.ntl.com PART #channelhere

i was hoping this would delete a nickname from the side listbox in a custom window, when $2 = part in sockread.
the sockread echos the above^, the window is in the following format:
@sockbot|serverhere|#channelhere
it doesn't do what i want or echo an error :tongue:
anyone know the problem frown?
Posted By: codemastr Re: dline + $fline - 22/08/03 09:10 PM
To use /dline on the listbox, you need to specify -l

/dline -l @window .....
Posted By: pheonix Re: dline + $fline - 22/08/03 09:19 PM
shocked, i used that about 20 times in this script, but forgot on that one, thanks for spotting that grin
© mIRC Discussion Forums