X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server%2Fconfig%2Fcommands.py;h=197f7ee82dcfc63ed5c19c98743b1e5eaeb98142;hb=0a56367e8396b2ece4c1bce8a25e93ceabd901c1;hp=0184051c5218f50426499e2df61f35bb728c66b4;hpb=08f8592f1a1e5d340b6c2372551f0a3da28a07d8;p=plomrogue diff --git a/server/config/commands.py b/server/config/commands.py index 0184051..197f7ee 100644 --- a/server/config/commands.py +++ b/server/config/commands.py @@ -1,3 +1,8 @@ +# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 +# or any later version. For details on its copyright, license, and warranties, +# see the file NOTICE in the root directory of the PlomRogue source package. + + from server.commands import command_plugin, command_quit, command_ping, \ command_thingshere, command_makeworld, command_seedrandomness, setter, \ command_maplength, command_worldactive, setter_map, command_taid, \