Sorry if this seems pedantic and you already know, but I just thought I'd point it out...

'me' is the prefix, not 'me:', the : isn't necessary:

Code:
on me*:join:#: echo -a Works.


Is the same as:

Code:
on me:*:join:#: echo -a Works.