I've been experimenting with Big Brother Bot (B3) and COD2 1.0 (using voron00's libcod). In-game commands, such as !time and !nextmap, do not work, even after setting the access level to guests (0).
I looked in the B3 COD2 parsers code and saw the following line:
Code:
'CoD2 version 1.0 has known limitations on authentication! B3 will not work properly!')
I suppose this is due to (virtually) all players having GUID 0 nowadays and thus B3 does not recognize them.

However, I also saw this line:
Code:
IpsOnly = False
I changed it from False to True, hoping it would use IP addresses to identify players, but sadly it doesn't.
Other, non GUID based functions, such as advertisements/messages, work fine.

Does anyone know why B3 doesn't play nicely with COD 2 1.0?