27.05.2015, 15:19
Whether you put a return is entirely dependent on whether you want the code below that block (if any) to be executed. If you don't want it to be executed you put a return, otherwise you don't. As for the return value itself, I think returning 0 will stop the server looking for the same callback in other scripts.