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