3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

classes: add a has_eob attribute to each server object

This commit is contained in:
James Lu 2017-08-30 19:16:54 -07:00
parent 5084cc2c69
commit 87639ddeb2

View File

@ -1619,6 +1619,9 @@ class Server():
self.desc = desc
self._irc = irc
# Has the server finished bursting yet?
self.has_eob = False
def __repr__(self):
return 'Server(%s)' % self.name