1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

Remove debug message when using command /away

This commit is contained in:
Sebastien Helleu
2008-10-28 09:42:57 +01:00
parent eabbe044d4
commit 163af83edd
-1
View File
@@ -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
{