← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 966339] [NEW] Fix for determining whether a user is a bot or not

 

Public bug reported:

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); }

** Affects: dcplusplus
     Importance: Undecided
         Status: New

-- 
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++:
  New

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


Follow ups

References