-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MARTI staging dice server properties
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# when placing in the list, sort by order | ||
order=11 | ||
# name to display to the user | ||
name=dice.tripleawarclub.org (BETA) | ||
# dice server host | ||
host=www.tripleawarclub.org | ||
# path in dice server post to post too | ||
path=/dice-staging/MARTI.php | ||
roll.single.start=your dice are: | ||
roll.single.end=<p> | ||
roll.multiple.start=your dice are: | ||
roll.multiple.end=<p> | ||
message.maxlength=200 | ||
# mark error the start and end of error delimiters | ||
# if error start and and are found in the returned email, | ||
# we do not report dice, but instead show the error message. | ||
error.start=fatal error: | ||
error.end=! | ||
infotext=Enter your your email address in the "To" field, and you opponents in in the "CC" field, you may enter multiple addresses each separated by a space.<br> \n\ | ||
Visit https://www.tripleawarclub.org/dice-staging/index.php to register your email addresses, this must be done to receive dice emails.<br> \n\ | ||
If this is a league match you must enter a Game ID or Challenge ID, as requested by your tournament organizer | ||
gameid=true |