diff options
author | Satya Ortiz-Gagne <satya.ortiz-gagne@mila.quebec> | 2019-06-10 10:12:45 -0400 |
---|---|---|
committer | Philip Paquette <pcpaquette@gmail.com> | 2019-06-14 15:08:29 -0400 |
commit | 4979f43baba8c7377471bbf65e7b5c003bf65406 (patch) | |
tree | c7c188edfbbb2a061a50ce0ec976b86d079e0dff /diplomacy/daide/__init__.py | |
parent | a47a787bbc15fc01a20fef7df05437fd3ce7eae8 (diff) |
DAIDE - Implemented notifications and notification_managers
- MAP = MapNameNotification
- HLO = HelloNotification
- SCO = SupplyCenterNotification
- NOW = CurrentPositionNotification
- MIS = MissingOrdersNotification
- ORD = OrderResultNotification
- TME = TimeToDeadlineNotification
- CCD = PowerInCivilDisorderNotification
- OUT = PowerIsEliminatedNotification
- DRW = DrawNotification
- FRM = MessageFromNotification
- SLO = SoloNotification
- SMR = SummaryNotification
- OFF = TurnOffNotification
Diffstat (limited to 'diplomacy/daide/__init__.py')
-rw-r--r-- | diplomacy/daide/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diplomacy/daide/__init__.py b/diplomacy/daide/__init__.py index 4f2769f..3f8241f 100644 --- a/diplomacy/daide/__init__.py +++ b/diplomacy/daide/__init__.py @@ -14,3 +14,5 @@ # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <https://www.gnu.org/licenses/>. # ============================================================================== +ADM_MESSAGE_ENABLED = False +DEFAULT_LEVEL = 30 |