slave pms master when slave gets a pm

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
Toastbr0t
Noob
Noob
Posts: 1
Joined: 06 Apr 2013, 08:36
Noob?: Yes

slave pms master when slave gets a pm

#1 Post 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?

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: slave pms master when slave gets a pm

#2 Post by fadreus »

Use macro; something like this

Code: Select all

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

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply