Merge branch 'master' of github.com:kiooeht/pesterchum
This commit is contained in:
commit
efda266420
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class userConfig(object):
|
||||||
def notifyOptions(self):
|
def notifyOptions(self):
|
||||||
return self.config.get('notifyOptions', self.SIGNIN | self.NEWMSG | self.NEWCONVO | self.INITIALS)
|
return self.config.get('notifyOptions', self.SIGNIN | self.NEWMSG | self.NEWCONVO | self.INITIALS)
|
||||||
def lowBandwidth(self):
|
def lowBandwidth(self):
|
||||||
return self.config.get('lowBandwidth', True)
|
return self.config.get('lowBandwidth', False)
|
||||||
def addChum(self, chum):
|
def addChum(self, chum):
|
||||||
if chum.handle not in self.chums():
|
if chum.handle not in self.chums():
|
||||||
fp = open(self.filename) # what if we have two clients open??
|
fp = open(self.filename) # what if we have two clients open??
|
||||||
|
|
Loading…
Reference in a new issue