1. Ok so I wanted to make an add-on that announces what you say in Whisper. Example:

    -[whisperfromplayer]: hey there

    -Copying what [whisperfromplayer] said in [whisper] to [Trade]

    -2. [myname][trade]: hey there

    Is it possible? If it is can you help me do it please? Thanks

    -Chelk

  2. Read incoming whisper from: http://wowprogramming.com/docs/events/CHATMSGWHISPER

    And send it to other channel using: http://wowprogramming.com/docs/api/SendChatMessage

  3. Thanks, but i've never made an add-on before :3 I'm sure I can figure it out, but can you help me out abit?