mirror of
https://github.com/evennia/evennia.git
synced 2026-03-20 14:56:30 +01:00
11 lines
No EOL
195 B
Python
11 lines
No EOL
195 B
Python
import session_mgr
|
|
|
|
"""
|
|
Holds the events scheduled in scheduler.py.
|
|
"""
|
|
|
|
def evt_check_sessions():
|
|
"""
|
|
Event: Check all of the connected sessions.
|
|
"""
|
|
session_mgr.check_all_sessions() |