@@ -45,15 +45,15 @@ def unload():
45
45
# =============================================================================
46
46
# >> MAIN COMMANDS
47
47
# =============================================================================
48
- @TypedClientCommand (['amenu ' ], 'admin.base' )
49
- @TypedSayCommand (['!amenu ' ], 'admin.base' )
50
- @TypedSayCommand (['/amenu' ], 'admin.base' )
48
+ @TypedClientCommand (['spa' , 'menu ' ], 'admin.base' )
49
+ @TypedSayCommand (['!spa' , 'menu ' ], 'admin.base' )
50
+ @TypedSayCommand (['/spa' , 'menu' ], 'admin.base' ) # TODO: Suppress the message
51
51
def _admin_command (command_info ):
52
52
main_menu .popup .send (command_info .index )
53
53
54
54
55
- @TypedClientCommand (['ascreen' ], 'admin.motd ' )
56
- @TypedSayCommand (['!ascreen' ], 'admin.motd ' )
57
- @TypedSayCommand (['/ascreen' ], 'admin.motd' )
55
+ @TypedClientCommand (['spa' , 'motd' ], 'admin.base ' )
56
+ @TypedSayCommand (['!spa' , 'motd' ], 'admin.base ' )
57
+ @TypedSayCommand (['/spa' , 'motd' ], 'admin.base' ) # TODO: Suppress the message
58
58
def _admin_command (command_info ):
59
59
MainPage .send (command_info .index )
0 commit comments