I had a question about the chat_msg_receive proc while adding some personal features to the music plugin.
I have a new event registered as
::plugins::RegisterEvent "Music" chat_msg_receive msg_received_1
. As I understand, this proc should only be called when I receive a message from another user. But amsn also calls it when I send a message to someone else. Is this normal? or am I doing something completely stupid? I can't really tell because I'm a complete noob and modifying the plugin by reading the wiki and the other plugins.
Any help will be greatly appreciated.
Thanks