mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Not die, close. Close, not die.
This commit is contained in:
parent
42bd2d42ae
commit
542a9a8193
@ -181,7 +181,7 @@ class FunDB(callbacks.Privmsg):
|
|||||||
self.db = FunDBDB()
|
self.db = FunDBDB()
|
||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
self.db.die()
|
self.db.close()
|
||||||
|
|
||||||
def _validType(self, irc, type, error=True):
|
def _validType(self, irc, type, error=True):
|
||||||
if type not in self._types:
|
if type not in self._types:
|
||||||
|
Loading…
Reference in New Issue
Block a user