Page 1 of 1

slave pms master when slave gets a pm

Posted: 25 Sep 2017, 12:28
by Toastbr0t
with all the shit going on its difficult to filter out if my bot has been pm'd, is there some way to make it pm my master that he's got a pm?

Re: slave pms master when slave gets a pm

Posted: 20 Nov 2017, 09:00
by fadreus
Use macro; something like this

Code: Select all

automacro PMReceived {
   pm /(.*?)/
   call {
      do pm <Your master name> Someone PM me.
   }
}