diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-25 20:54:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-25 20:54:22 +0000 |
commit | 7debba0eca70d31a6649022ec948acbac5f879f4 (patch) | |
tree | 1b24c7aea3198d46a927f8aecd86d8da89e3b05e /src/irc/irc-send.c | |
parent | a0255a0a3a2ac750e9536e16721c710a5275d62d (diff) | |
download | weechat-7debba0eca70d31a6649022ec948acbac5f879f4.zip |
Added away indicator
Diffstat (limited to 'src/irc/irc-send.c')
-rw-r--r-- | src/irc/irc-send.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/irc-send.c b/src/irc/irc-send.c index 80c22ff5c..5d9363110 100644 --- a/src/irc/irc-send.c +++ b/src/irc/irc-send.c @@ -179,6 +179,7 @@ irc_cmd_send_away (t_irc_server *server, char *arguments) } } } + gui_draw_buffer_status (gui_current_window->buffer, 1); return 0; } |