1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

Added hostnames associeted to nicks (available for /ban completion)

This commit is contained in:
Sebastien Helleu
2006-04-08 18:38:00 +00:00
parent 6963ca7b65
commit c525b231e4
24 changed files with 214 additions and 36 deletions
+1 -1
View File
@@ -1837,7 +1837,7 @@ server_check_away ()
for (ptr_channel = ptr_server->channels; ptr_channel; ptr_channel = ptr_channel->next_channel)
{
if (ptr_channel->type == CHANNEL_TYPE_CHANNEL)
channel_check_away (ptr_server, ptr_channel);
channel_check_away (ptr_server, ptr_channel, 0);
}
}
}