1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 19:14:09 +02:00

PM Message limits.

This commit is contained in:
Cameron
2016-04-24 19:40:01 -07:00
parent a24637eea5
commit 8762cf82ca
3 changed files with 16 additions and 2 deletions

View File

@@ -76,6 +76,8 @@ define("ADLAN_PM_80", "Preference formats updated");
define("ADLAN_PM_81", "Maximum number of PMs to send immediately");
define("ADLAN_PM_82", "If sending more than this, they are added to a queue and sent out using the cron task");
define("ADLAN_PM_83", "Users may only send messages to users in this class");
define("ADLAN_PM_84", "Maximum message length");
define("ADLAN_PM_85", "0 = unlimited");
?>