Fix for determining whether a user is a bot or not

Bug #966339 reported by iceman50
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DC++
Invalid
Undecided
Unassigned

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

Revision history for this message
poy (poy) wrote :

fixed differently in rev 2905.

Changed in dcplusplus:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.