BigBrotherBot / big-brother-bot

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.
http://www.bigbrotherbot.net
148 stars 143 forks source link

Let's make b3 *BSD systems friendly. #219

Closed ghost closed 9 years ago

ghost commented 10 years ago

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.

thomasleveil commented 10 years ago

would you know by chance any reliable way to test for *BSD OS in python?

ghost commented 10 years ago

I think I can't help with that : / So will be hard to even check if it working fine without installing any BSD.