My hash: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
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…'
(No difference)

Revision as of 21:31, 11 March 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.