Usually if the debug window doesn't appear, in my experience, that means that theres an error.
The only problem I can find (I think) is that the notify function is trying to use a string ("Peace and Love :)"), not a path to a sound file... (I know the path would be a string anyway, you know what I mean :p)Maybe I'm reading it wrong.
As for:
code:
return '/all Je vais manger ! A + !';
I would probably use:
code:
Message = '/all Je vais manger ! A + !';
return Message
Probably unessacerry, or incorrect, but thats the way I like to do things :D