Actions
Feature #5396
closedAdd $bindip().status to return the currently status
Start date:
10/03/2021
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Description
Hello,
Currently AdiIRC returns all the network adapters on $bindip() so it would be nice to have a property so we can see which of them are enabled or disabled.
Usage:
$bindip(N).status = 0 - disabled, 1 - enabled.
Example:
$bindip(1).status = 1
- Thanks!
Updated by Per Amundsen about 3 years ago
- Status changed from New to Rejected
$bindip only returns enabled devices.
Actions