server init

This commit is contained in:
d1str4ught
2025-08-22 19:04:53 +02:00
parent 6a15afa671
commit add0035964
7273 changed files with 567533 additions and 0 deletions

17
channels.py Normal file
View File

@@ -0,0 +1,17 @@
## Map Allow Layout
MAP_ALLOW_NORMAL = {
1 : "1 4 5 6 3 23 43 112 107 67 68 72 208 302 304",
2 : "21 24 25 26 108 61 63 69 70 73 216 217 303",
3 : "41 44 45 46 109 62 64 65 66 71 104 301 351",
}
MAP_ALLOW_SPECIAL = {
1 : "113 81 100 101 103 105 110 111 114 118 119 120 121 122 123 124 125 126 127 128 181 182 183 200"
}
## Channel Layout
CHANNEL_MAP = {
1: MAP_ALLOW_NORMAL,
2: MAP_ALLOW_NORMAL,
99: MAP_ALLOW_SPECIAL,
}