1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00: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:
Timo Sirainen 2000-03-10 20:04:29 +00:00 committed by cras
parent 8123d685fa
commit ef264050c0
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,6 @@ parameter handling:
$[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 right padded
$[-30]1 prints parameter 1 right aligned
$[30?]1 prints parameter 1 padded with '?' characters
$[30.0]1 prints parameter 1 padded with '0' characters

View File

@ -190,6 +190,8 @@ Server::values()
"username" - User name
"realname" - Real name
"usermode" - Current user mode
"usermode_away" - Are we marked as away? 1|0
"away_reason" - Away reason
"connected" - Is connection finished? 1|0
"connection_lost" - Did we lose the connection (1) or was
the connection meant to be disconnected (0)