Things almost done

This commit is contained in:
Astatin3
2024-01-05 08:59:40 -07:00
parent 2928814d88
commit ad431dd4da
25 changed files with 2438 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
from modules.main import test as test
def test1(ac, data):
print(ac)
print(data)
def main(mm):
# mm.addAuthEventListener('test1', test1)
print(mm.rawServer.addEventListener('test1', test1))
#mm.rawServer.addEventListener('login', test1)