Skip to content

Instantly share code, notes, and snippets.

@Osse
Created September 5, 2012 12:15
Show Gist options
  • Save Osse/3635765 to your computer and use it in GitHub Desktop.
Save Osse/3635765 to your computer and use it in GitHub Desktop.
Check away status in WeeChat
hdata = weechat.hdata_get("irc_server")
buffer = weechat.buffer_search_main()
weechat.prnt("", "away = %d" % weechat.hdata_integer(hdata, buffer, "is_away"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment