linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05533
[Bug 966339] Re: Fix for determining whether a user is a bot or not
fixed differently in rev 2905.
** Changed in: dcplusplus
Status: New => Invalid
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/966339
Title:
Fix for determining whether a user is a bot or not
Status in DC++:
Invalid
Bug description:
as per the fix Agnet_0017 showed me in OnlineUser.h line :
<http://bazaar.launchpad.net/~dcplusplus-
team/dcplusplus/trunk/view/head:/dcpp/OnlineUser.h#L97>
should actually be ...
bool isBot() const { return isClientType(CT_BOT) || isSet("BO") ||
user->isSet(User::BOT); }
To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/966339/+subscriptions
References