Skip to content

Commit

Permalink
Notice BACK if user is away already
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Jun 4, 2013
1 parent 6198f38 commit fda1066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/outbound.c
Expand Up @@ -336,6 +336,7 @@ cmd_away (struct session *sess, char *tbuf, char *word[], char *word_eol[])
{ {
if (sess->server->last_away_reason) if (sess->server->last_away_reason)
PrintTextf (sess, _("Already marked away: %s\n"), sess->server->last_away_reason); PrintTextf (sess, _("Already marked away: %s\n"), sess->server->last_away_reason);
PrintTextf (sess, _("Use BACK to return from away.\n"));
return FALSE; return FALSE;
} }


Expand Down

0 comments on commit fda1066

Please sign in to comment.