Ejemplo n.º 1
0
 def reload(self):
     """
         (Re-)load the file with the bad words
     """
     self.badwords = functions.loadList(self.badwordsFile)
Ejemplo n.º 2
0
 def start(self):
     """
         Loads the phrases from the data dir
     """
     fn = self.bot.config.getPath("file", datadir, "marvin.txt", "marvin")
     self.marvin = functions.loadList(fn)
Ejemplo n.º 3
0
 def reload(self):
     """
         (Re-)load the file with the bad words
     """
     self.badwords = functions.loadList(self.badwordsFile)
Ejemplo n.º 4
0
 def start(self):
     """
         Loads the phrases from the data dir
     """
     fn = self.bot.config.getPath("file", datadir, "marvin.txt", "marvin")
     self.marvin = functions.loadList(fn)
Ejemplo n.º 5
0
 def start(self):
     fn = self.bot.config.getPath("file", datadir, "marvin.txt", "marvin")
     self.marvin = functions.loadList(fn)