mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-16 08:52:15 +00:00
Added clientpoke command
This commit is contained in:
@@ -382,3 +382,11 @@ class TS3Server(TS3Proto):
|
||||
return response.is_successful
|
||||
|
||||
return False
|
||||
|
||||
def clientpoke(self, clid, message):
|
||||
"""
|
||||
Poke a client with the specified message
|
||||
"""
|
||||
|
||||
response = self.send_command('clientpoke', keys={'clid': clid, 'msg': message})
|
||||
return response.is_successful
|
||||
|
||||
Reference in New Issue
Block a user