Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more.
in b3/parser.py
return self.input.readlines() --> return [self.input.readline()]
I can confirm that I need change this line to let allow b3 read game logs on: FreeBSD, OpenBSD, NetBSD, DragonflyBSD. Would be great to add system detection to change this behavior.
I will just put link with "solution" for *BSD systems: http://forum.bigbrotherbot.net/installation-support/b3-still-not-responding/msg24275/#msg24275
in b3/parser.py return self.input.readlines() --> return [self.input.readline()]
I can confirm that I need change this line to let allow b3 read game logs on: FreeBSD, OpenBSD, NetBSD, DragonflyBSD. Would be great to add system detection to change this behavior.