mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-09 00:28:07 -06:00
Things almost done
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user