That is basicaly it. You make a pakage in the Filters:: namespace. Give it new and filter methods. The filter method takes a reference to the filter object itself and to the context objects. Context objects store all the data about a conversation that you could ever want. Two things in specifc are the Input and the Ouput arrays. This filter takes everything thats in the Input array, converts it to pig latin, and then pushes it onto the output filter. Finaly it clears the input so that filters later on wont try to process the same input.
All that is lef then is to modify your config.xml file to add the filter,
Code:
<Filter Name="PigLatin" />
Put that somewhere after you've processed your commands and input...i put mine where blab normaly sits _________________ Eric256
Proud previous owner and current admin of Bot-depot.com