Difference between revisions of "MassMsg.php"

From Bebot Wiki 2
Jump to navigationJump to search
(Created page with '====== Mail.php ====== ==== Description ==== This module sends a message to all bot online members.')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
====== Mail.php ======
 
====== Mail.php ======
 +
  
 
==== Description ====
 
==== Description ====
 +
This module sends a message to all bot online members.
 +
!announce message
 +
 +
It's also able to mass invite (AO only).
 +
!massinv message
 +
 +
 +
==== Settings ====
 +
 +
AlertDisc:
 +
Description: Do we alert Discord of Mass Msg/Inv ?
 +
 +
AlertIrc:
 +
Description: Do we alert Irc of Mass Msg/Inv ?
  
This module sends a message to all bot online members.
+
DiscChanId: 
 +
Description: What Discord ChannelId in case we separate announces from main Discord channel (leave empty for all in main channel) ?
 +
 
 +
IncludePrefLink:
 +
Description: Should a link to preferences be included in the messages/invites?
 +
 
 +
MassMsg:
 +
Description: Who should get mass messages and invites?
 +
 
 +
MinAccess:
 +
Description: Which access level must characters online have to receive mass messages and invites?
 +
 
 +
msgFormat:
 +
Description: What format should Mass message be, use , ,  and  disable being the line telling user how to disable if enabled.
 +
 
 +
tell_to_PG_users:
 +
Description: Should Bot Send message to users in PG instead of just Outputing to PG and ignoreing them
 +
 
 +
 
 +
===== Preferences =====
 +
You can edit your own (or as admin everyone's default) preference by doing :
 +
!preferences show massmsg

Latest revision as of 22:17, 27 November 2023

Mail.php[edit]

Description[edit]

This module sends a message to all bot online members.

!announce message

It's also able to mass invite (AO only).

!massinv message


Settings[edit]

AlertDisc: Description: Do we alert Discord of Mass Msg/Inv ?

AlertIrc: Description: Do we alert Irc of Mass Msg/Inv ?

DiscChanId: Description: What Discord ChannelId in case we separate announces from main Discord channel (leave empty for all in main channel) ?

IncludePrefLink: Description: Should a link to preferences be included in the messages/invites?

MassMsg: Description: Who should get mass messages and invites?

MinAccess: Description: Which access level must characters online have to receive mass messages and invites?

msgFormat: Description: What format should Mass message be, use , , and disable being the line telling user how to disable if enabled.

tell_to_PG_users: Description: Should Bot Send message to users in PG instead of just Outputing to PG and ignoreing them


Preferences[edit]

You can edit your own (or as admin everyone's default) preference by doing :

!preferences show massmsg