guest598594 commented on a Page, InPuT :)  -  Aug 30, 2007

so the whole thing would be

;-------------------------------------------------------------------
;Note: This OnlY Use Where Is Chanserv Server Thanks
;-------------------------------------------------------------------
on *:input:#:{
  if ($left($1-,1) == +) {
    mode $chan + $+ $1
  }
  elseif ($left($1-,1) == -) {
    mode $chan - $+ $1
  }
  if ( !op = $1) { cs op $chan $2 } 
  if ( !deop = $1) { cs deop $chan $2 } 
  if ( !voice = $1) { mode $chan +v $2 } 
  if ( !devoice = $1) { mode $chan -v $2 }
  if ( !aka = $1) { msg ChanServ@services.dal.net AKICK $chan add $2 }
  if ( !akd = $1) { msg ChanServ@services.dal.net AKICK $chan del $2 }
  if ( !invite = $1) { invite $2 $chan }
  if ( !akl = $1) { msg ChanServ@services.dal.net AKICK $chan list }
  if ( .kick = $1) { k $2 $Reason } 
  if ( .ban = $1) { mode $chan +b $2 } 
  if ( .unban = $1) { mode $chan -b $2 } 
;-------------------------------------------------------------------
;:) Its Script Work Great :) 
;-------------------------------------------------------------------
;Please Give Me Good Mark ;)
;-------------------------------------------------------------------
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.