That code line, will cause any message or command sent to the channel to cause both the message/command and !voiceme to be sent every time.

If you want something that will send the !voiceme message when you join the channel, use this
Code:
on me:*:join:#:{
  msg $chan !voiceme
}