MQ2RelayTells¶
MQ2RelayTells
Will relay any incoming tell a character receives to a chat channel you specify
Authors: Sadge, brainiac • Config: MQ2Relaytells_<character>_<server>.ini
A plugin that will relay any incoming tell a character receives to a chat channel you specify (default /bc for MQ2EQBC) or email. You can filter messages you don't wish to see with the INI file.
An optional command-line program, blat, is supported to assist with mail / text relay.
Commands¶
/relaycustom <text>
- Adds <text> to the custom filter section of the INI file and will not relay any tells that include <text>.
/relayhelp
/relayload
/relaymailhelp
/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)
Settings¶
INI file (MQ2RelayTells_character_server.ini) example,
[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).
EmailTo=[email protected]
;Destination address for the relayed tell mail.
EmailFrom=[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.
Please note that email with complex modern security, such as GMail, will not work with this plugin.