A plugin that will relay any incoming tell a character receives to a chat channel you specify (default /bc for EQBC). You can relay tells to either an email account or text message using the BLAT win32 command line email utility. You can also filter out messages you don't wish to relay using settings in the INI file.
Commands
Ini file example
Commands
Syntax | Description |
---|---|
/relaycustom <text> | Adds <text> to the custom filter section of the INI file and will not relay any tells that include <text>. |
/relayhelp | Displays current settings and other command info. |
/relayload | Reloads the INI file |
/relaymailhelp | Displays current mail relay settings. |
/rtsetkey <section> <key> <value> | Change any entry in the INI file. This is handy if you want to quickly change the relay channel for your characters, e.g. /rtsetkey Settings ChatChannel "/tell bobby" (if the value has a space, you must use quotes) |
Ini file example
INI:
[Settings]
ChatChannel=/bc
;Defines what channel to relay tells to.
ChannelMessage= sent ${Me} a tell that said:
;Custom message given when relaying tells.
RelayTellsInGame=TRUE
;Toggles if you wish to relay the tells in game or not.
RelayAFKMessage=FALSE
;Toggles the relay of the auto-AFK responses from tells.
RelayTraderTells=FALSE
;Toggles the relay of trader tells.
[Pet]
RelayPetTells=FALSE
;Toggles the relaying of any pet tells.
RelayPetAttack=FALSE
;Toggles the relaying of pet attack messages.
RelayPetSuspend=FALSE
;Toggles the relaying of pet suspend messages.
RelayPetMezzed=FALSE
;Toggles the relaying "Cannot wake" pet messages.
[NPC]
RelayNPCTells=FALSE
;Toggles the relaying of NPC tells
[Mail]
RelayToMail=FALSE
;Toggles the relaying of tells to email.text messages (using blat program).
[email protected]
;Destination address for the relayed tell mail.
[email protected]
;Custom address for the sender of the relayed tell mail.
Subject=Tell Received
;Custom subject for the relayed tell mail.
Server=smtp.yourserver.com
;Your smtp server used for sending the mail.
UserName=YourUserName
;Your email user name.
Password=YourPassword
;Your email password.
- Source Repository
- https://github.com/RedGuides/MQ2RelayTells
- [git] Automation options?
- Yes