summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-11-04 01:02:27 -0500
committerTingPing <tingping@tingping.se>2012-11-04 01:02:27 -0500
commit594cca99c055569215f9e6dabcb5842f689bf7b4 (patch)
tree693fd7ea4f464312d79c57628a4dcf3b2b7e6ab9
parent27391f458fc5cfb8cedc748ef05a38d6d0aeaf0c (diff)
Updated python get_info docs
-rw-r--r--share/doc/python.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/share/doc/python.md b/share/doc/python.md
index f9715f62..6e637f55 100644
--- a/share/doc/python.md
+++ b/share/doc/python.md
@@ -155,13 +155,20 @@ context. At the moment of this writing, the following information types
 are available to be queried:
 
  * **away:** Away reason or None if you are not away.
- * **channels** Channel of the current context.
+ * **channel:** Channel name of the current context.
+ * **charset:** Charset in current context.
+ * **event_name NAME:** Returns text event string for requested event.
+ * **gtkwin_ptr:** Current Gtk Window.
  * **hexchatdir:** HexChat config directory e.g.: "~/.config/hexchat".
- * **hostname:** Real hostname of the server you connected to.
+ * **host:** Real hostname of the server you connected to.
+ * **inputbox:** Contents of inputbox.
  * **network:** Current network name or None.
  * **nick:** Your current nick name.
+ * **nickserv:** Current networks nickserv password or None.
+ * **modes:** Current channel modes or None.
  * **server:** Current server name (what the server claims to be) or None if you are not connected.
  * **topic:** Current channel topic.
+ * **win_status:** Returns status of window: 'active', 'hidden', or 'normal'.
  * **version:** HexChat version number.
 
 Example: