From 32a3f4463c435304717883f810d222c0f79492a9 Mon Sep 17 00:00:00 2001 From: bw1 Date: Sun, 19 Sep 2021 19:56:14 +0200 Subject: [PATCH] update docs + version() + $abiversion + parse_special() --- docs/perl.txt | 6 ++++++ docs/special_vars.txt | 2 ++ 2 files changed, 8 insertions(+) diff --git a/docs/perl.txt b/docs/perl.txt index 761b2f4d..964f4f72 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -205,6 +205,12 @@ Window::command(cmd) Windowitem::command(cmd) Send a command `cmd' (in current channel). The '/' char isn't needed. +version() - return client release date and time (format YYYYMMDD.hhmm) + +parse_special(cmd, data="", flags=0) +Server::parse_special(cmd, data="", flags=0) +Windowitem::parse_special(cmd, data="", flags=0) + evaluate a string with special vars *** Themes diff --git a/docs/special_vars.txt b/docs/special_vars.txt index 36517f78..1101c8a6 100644 --- a/docs/special_vars.txt +++ b/docs/special_vars.txt @@ -94,6 +94,8 @@ $A .. $Z is important. $winname window name $itemname like $T, but use item's visible_name which may be different (eg. $T = !12345chan, $itemname = !chan) + $abiversion IRSSI_ABI_VERSION + https://github.com/irssi/irssi/wiki/irssi_abi_version For example, assume you have the following alias: