Yes just take a look in the 0.x series code and add it.
You will have to modify the code abit, mainly things like:
Code:
msg.AddByte(byte);
to
msg.addByte(byte);
But could also be alot of things that have been renamed in the Ban class.
Should probbly be added in the default TFS since it seems like some users are using OTC.