mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Need to be done: notifying when the checkbox is selected for certain users, deltas (crashes right now), removing friends
10 lines
221 B
Python
10 lines
221 B
Python
import sys
|
|
|
|
def setup():
|
|
return
|
|
|
|
def run(core, actor, target, commandString):
|
|
ghost = actor.getSlottedObject('ghost')
|
|
chatSvc = core.chatService
|
|
chatSvc.removeFriend(ghost, commandString, 1)
|
|
return |