diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-28 09:42:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-10-28 09:42:57 +0100 |
commit | 163af83edd64c7c2e1262a37559ff6d8a6a2090a (patch) | |
tree | 428722ded204fd6332dc56c1b46fbdb294c80fa4 /src | |
parent | eabbe044d4cca4cba3375d03d96cc02c17c8af14 (diff) | |
download | weechat-163af83edd64c7c2e1262a37559ff6d8a6a2090a.zip |
Remove debug message when using command /away
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 630a8320a..dca897af9 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -301,7 +301,6 @@ irc_command_away_server (struct t_irc_server *server, const char *arguments) { weechat_buffer_set (ptr_channel->buffer, "unread", ""); } - weechat_printf (NULL, "set unread"); } else { |