mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
added $itemname
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3017 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1705c0090a
commit
dc7efcb45b
1 changed files with 13 additions and 11 deletions
|
|
@ -81,17 +81,19 @@ $A .. $Z is important.
|
||||||
$$ a literal '$'
|
$$ a literal '$'
|
||||||
|
|
||||||
$versiontim prints time of the irssi version in HHMM format
|
$versiontim prints time of the irssi version in HHMM format
|
||||||
$sysname system name (eg. Linux)
|
$sysname system name (eg. Linux)
|
||||||
$sysrelease system release (eg. 2.2.18)
|
$sysrelease system release (eg. 2.2.18)
|
||||||
$sysarch system architecture (eg. i686)
|
$sysarch system architecture (eg. i686)
|
||||||
$topic channel topic
|
$topic channel topic
|
||||||
$usermode user mode
|
$usermode user mode
|
||||||
$cumode own channel user mode
|
$cumode own channel user mode
|
||||||
$cumode_space like $cumode, but gives space if there's no mode.
|
$cumode_space like $cumode, but gives space if there's no mode.
|
||||||
$tag server tag
|
$tag server tag
|
||||||
$chatnet chat network of server
|
$chatnet chat network of server
|
||||||
$winref window reference number
|
$winref window reference number
|
||||||
$winname window name
|
$winname window name
|
||||||
|
$itemname like $T, but use item's visible_name which may be
|
||||||
|
different (eg. $T = !12345chan, $itemname = !chan)
|
||||||
|
|
||||||
For example, assume you have the following alias:
|
For example, assume you have the following alias:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue