Difference between revisions of "Keychain"

From Vendetta Lua
Jump to: navigation, search
(New page: == Functions == === revokekey === '''Definition:'''<br> <br> '''Description:''' <br> <br> '''Arguments:''' <br> <br><br> === list === '''Definition:'''<br> list([''keyid'']) -> nil <br> ...)
 
 
Line 3: Line 3:
 
=== revokekey ===
 
=== revokekey ===
 
'''Definition:'''<br>
 
'''Definition:'''<br>
 +
revokekey(''name'', ''keyid'') -> ?
 
<br>
 
<br>
 
'''Description:''' <br>
 
'''Description:''' <br>
 +
Revokes a key from the specified character name. If you specify an owner keyid, for someone who only has the paired user keyid, the user key will be removed.
 
<br>
 
<br>
 
'''Arguments:''' <br>
 
'''Arguments:''' <br>
 +
''name'' Name of the character to be removed<br>
 +
''keyid''<br>
 +
 
<br><br>
 
<br><br>
  
Line 31: Line 36:
 
=== changedescription ===
 
=== changedescription ===
 
'''Definition:'''<br>
 
'''Definition:'''<br>
 +
changedescription(''keyid'', ''description'')
 
<br>
 
<br>
 
'''Description:''' <br>
 
'''Description:''' <br>

Latest revision as of 19:57, 21 April 2011

Functions

revokekey

Definition:
revokekey(name, keyid) -> ?
Description:
Revokes a key from the specified character name. If you specify an owner keyid, for someone who only has the paired user keyid, the user key will be removed.
Arguments:
name Name of the character to be removed
keyid



list

Definition:
list([keyid]) -> nil
Description:
Prints a list of keys on your keychain to the chat window or opens the key management window if a keyid is specified

Arguments:
keyid (optional) ID of the key to open the management window for


giveuserkey

Definition:
giveuserkey(name, keyid) -> ?
Description:

Arguments:


changedescription

Definition:
changedescription(keyid, description)
Description:

Arguments:


setaccess

Definition:

Description:

Arguments:


giveownerkey

Definition:

Description:

Arguments: