mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Added long $variables + some updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1151 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f382abee30
commit
2e2f9194fa
@ -70,15 +70,24 @@ $A .. $Z is important.
|
||||
$Q nickname of whomever you are QUERYing
|
||||
$R version of current server
|
||||
$S current server name
|
||||
$T target of current input (channel or QUERY nickname)
|
||||
! $U value of cutbuffer (*DOES NOT WORK* - there is no cut buffer..)
|
||||
$V client release date (numeric version string)
|
||||
$T target of current input (channel or nick of query)
|
||||
$U value of cutbuffer
|
||||
$V client release date (format YYYYMMDD)
|
||||
$W current working directory
|
||||
$X your /userhost $N address (user@host)
|
||||
$Y value of REALNAME
|
||||
$Z time of day (hh:mm)
|
||||
$$ a literal '$'
|
||||
|
||||
$sysname system name (eg. Linux)
|
||||
$sysrelease system release (eg. 2.2.18)
|
||||
$topic channel topic
|
||||
$usermode user mode
|
||||
$tag server tag
|
||||
$chatnet chat network of server
|
||||
$winref window reference number
|
||||
$winname window name
|
||||
|
||||
For example, assume you have the following alias:
|
||||
|
||||
alias blah msg $D Hi there!
|
||||
|
Loading…
Reference in New Issue
Block a user