Files

10 lines
164 B
Python

import sys
def setup():
return
def run(core, actor, target, commandString):
if actor and target:
core.groupService.handleGroupInvite(actor, target)
return