View Single Post
Old 10-07-2010, 03:48 PM  
r4nd0m
Junior Member
 
Join Date: Oct 2010
Posts: 4
Default

I have fixed the problem myself by editing the C:\ioFTPD\scripts\ioNINJA\MiSC\NiNJALiB.tcl

Go to line 1832 and change from:
Code:
		set message [string map[list "%fm$1$2\{$replacing\}" [format %${1}${2}s "$replace"]] $message]
	}
	
	output $message
To:
Code:
		set message [string map[list "%fm$1$2\{$replacing\}" [format %${1}${2}s "$replace"]] $message]
    set propercwd "250-"
    append propercwd $message	
	}
	
	output $propercwd
If you like the full file can be grabbed here: http://pastebin.com/m1itjW4V
r4nd0m is offline   Reply With Quote