Renovate the module system and implement adding and resuming pool instances using the new relay/alias/network system
This commit is contained in:
@@ -4,8 +4,8 @@ import modules.userinfo as userinfo
|
||||
from string import digits
|
||||
|
||||
class Stats:
|
||||
def __init__(self, register):
|
||||
register("stats", self.stats)
|
||||
def __init__(self, *args):
|
||||
self.stats(*args)
|
||||
|
||||
def stats(self, addr, authed, data, obj, spl, success, failure, info, incUsage, length):
|
||||
if authed:
|
||||
|
||||
Reference in New Issue
Block a user