mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
commit
9f9d49a2f1
@ -205,6 +205,12 @@ Window::command(cmd)
|
|||||||
Windowitem::command(cmd)
|
Windowitem::command(cmd)
|
||||||
Send a command `cmd' (in current channel). The '/' char isn't needed.
|
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
|
*** Themes
|
||||||
|
|
||||||
|
@ -94,6 +94,8 @@ $A .. $Z is important.
|
|||||||
$winname window name
|
$winname window name
|
||||||
$itemname like $T, but use item's visible_name which may be
|
$itemname like $T, but use item's visible_name which may be
|
||||||
different (eg. $T = !12345chan, $itemname = !chan)
|
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:
|
For example, assume you have the following alias:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user