What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Plugin? To monitor all chat happenings?

Mavrick07

New Member
Joined
Jan 15, 2010
Messages
112
Reaction score
0
Is their any such thing that can do this? I know glider and pirox had a log within the bot... but this bot doesnt
 
I didn't want to start an own thread for this, so I'm using this.

Is there any standalone eMail Chat Plugin? Which sends /w /s /y to an eMail Adresss?

I tried Buddyprowl and Notifo's push 2 email system, didn't work out :(....

I know there was one, last time I used HB :( I need this plugin because I got free eMail2SMS by my mobile phone provider.

yours truly
 
I didn't want to start an own thread for this, so I'm using this.

Is there any standalone eMail Chat Plugin? Which sends /w /s /y to an eMail Adresss?

I tried Buddyprowl and Notifo's push 2 email system, didn't work out :(....

I know there was one, last time I used HB :( I need this plugin because I got free eMail2SMS by my mobile phone provider.

yours truly


Here is a small plugin, it will send an email when someone writes in party, bg, guild, say or whispers.

Email settings are hard coded, don't share them

I tried this with gmail, and it works fine for me.

I won't provide support for this one, everything you need is in the file.

Use Notepadd++ to make changes.
To remove a chat event delete or comment the following lines

Code:
                     WoWChat.Whisper += WoWChat_Whisper;
                     WoWChat.Battleground += WoWChat_Battleground;
                     WoWChat.Guild += WoWChat_Guild;
                     WoWChat.BattlegroundLeader += WoWChat_Battleground;
                     WoWChat.Party += WoWChat_Party;
                     WoWChat.PartyLeader += WoWChat_Party;
                     WoWChat.Say += WoWChat_Say;
 

Attachments

Last edited:
//EDIT: Got it right now, got some settings wrong.

Well it sends something out and it's SSL encrypted, but the eMail never arrived, any ideas?

Very appericated...

yours truly
 
Last edited:
Back
Top