Difference between revisions of "My hash"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{ #vardefine:name|my_hash}}{{ #vardefine:return_type|string}}{{ FunctionPage| name={{#var:name}}| function_category=Your Character| function1={{Function| name={{#var:name}}| a…')
 
imported>Bale
m
 
Line 5: Line 5:
 
FunctionPage|
 
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Your Character|
 
  
 
function1={{Function|
 
function1={{Function|
Line 21: Line 20:
 
special=This function returns an empty string when not logged in.|
 
special=This function returns an empty string when not logged in.|
 
}}
 
}}
 +
 +
[[Category:Your Character]]

Latest revision as of 21:34, 21 May 2010

needs(code_samples);

Function Syntax

string my_hash()

Returns the password hash used for your current login session.

CLI Equivalent

The CLI command "session" provides this as well as other session info.

Special

This function returns an empty string when not logged in.