Sounds good. I have no idea what specifically you need to change, since I've never looked at the JavaOp source (or the source of the greet plugin). There's probably a part somewhere that's like "/whisper " + UserName or something like that. The easiest hack to do is just add a * after the space in "/whisper " (or whatever command is used). Downside is this won't always work, and won't work ever if you start loading on non-D2. For a true fix you'll need to check your client and the user's client, and then choose how to whisper accordingly.