mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Save the away message reason. Export the away status and reason for Perl.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@136 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8123d685fa
commit
ef264050c0
2 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ parameter handling:
|
||||||
|
|
||||||
$[30]1 prints parameter 1 cut/padded to 30 chars
|
$[30]1 prints parameter 1 cut/padded to 30 chars
|
||||||
$[!30]1 prints parameter 1 padded to min. 30 chars
|
$[!30]1 prints parameter 1 padded to min. 30 chars
|
||||||
$[-30]1 prints parameter 1 right padded
|
$[-30]1 prints parameter 1 right aligned
|
||||||
$[30?]1 prints parameter 1 padded with '?' characters
|
$[30?]1 prints parameter 1 padded with '?' characters
|
||||||
$[30.0]1 prints parameter 1 padded with '0' characters
|
$[30.0]1 prints parameter 1 padded with '0' characters
|
||||||
|
|
|
||||||
|
|
@ -190,6 +190,8 @@ Server::values()
|
||||||
"username" - User name
|
"username" - User name
|
||||||
"realname" - Real name
|
"realname" - Real name
|
||||||
"usermode" - Current user mode
|
"usermode" - Current user mode
|
||||||
|
"usermode_away" - Are we marked as away? 1|0
|
||||||
|
"away_reason" - Away reason
|
||||||
"connected" - Is connection finished? 1|0
|
"connected" - Is connection finished? 1|0
|
||||||
"connection_lost" - Did we lose the connection (1) or was
|
"connection_lost" - Did we lose the connection (1) or was
|
||||||
the connection meant to be disconnected (0)
|
the connection meant to be disconnected (0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue