Esempio n. 1
0
File: add.py Progetto: area31/botcha
 def politica(self, string):
     db = Database()
     try:
         db.insert('politica', string.strip())
     except:
         return False
     return True
Esempio n. 2
0
 def docs(self, string):
     db = Database()
     try:
         db.insert('docs', string.strip())
     except:
         return False
     return True
Esempio n. 3
0
File: add.py Progetto: area31/botcha
 def docs(self, string):
     db = Database()
     try:
         db.insert('docs', string.strip())
     except:
         return False
     return True
Esempio n. 4
0
File: add.py Progetto: area31/botcha
 def admin(self, _nick):
     db = Database()
     try:
         db.insert('admins', _nick.strip())
     except:
         return False
     return True
Esempio n. 5
0
File: add.py Progetto: area31/botcha
 def reggae(self, string):
     db = Database()
     try:
         db.insert('reggae', string.strip())
     except:
         return False
     return True
Esempio n. 6
0
File: add.py Progetto: area31/botcha
 def noob(self, string):
     db = Database()
     try:
         db.insert('noob', string.strip())
     except:
         return False
     return True
Esempio n. 7
0
File: add.py Progetto: area31/botcha
 def mulher(self, string):
     db = Database()
     try:
         db.insert('mulheres', string.strip())
     except:
         return False
     return True
Esempio n. 8
0
 def mulher(self, string):
     db = Database()
     try:
         db.insert('mulheres', string.strip())
     except:
         return False
     return True
Esempio n. 9
0
 def goatrance(self, string):
     db = Database()
     try:
         db.insert('goatrance', string.strip())
     except:
         return False
     return True
Esempio n. 10
0
 def noob(self, string):
     db = Database()
     try:
         db.insert('noob', string.strip())
     except:
         return False
     return True
Esempio n. 11
0
 def ama(self, string):
     db = Database()
     try:
         db.insert('amoroso', string.strip())
     except:
         return False
     return True
Esempio n. 12
0
 def xingamento(self, string):
     db = Database()
     try:
         db.insert('xingamentos', string.strip())
     except:
         return False
     return True
Esempio n. 13
0
 def quote(self, string):
     db = Database()
     try:
         db.insert('quotes', string.strip())
     except:
         return False
     return True
Esempio n. 14
0
 def politica(self, string):
     db = Database()
     try:
         db.insert('politica', string.strip())
     except:
         return False
     return True
Esempio n. 15
0
File: add.py Progetto: area31/botcha
 def quote(self, string):
     db = Database()
     try:
         db.insert('quotes', string.strip())
     except:
         return False
     return True
Esempio n. 16
0
 def admin(self, _nick):
     db = Database()
     try:
         db.insert('admins', _nick.strip())
     except:
         return False
     return True
Esempio n. 17
0
File: add.py Progetto: area31/botcha
 def xingamento(self, string):
     db = Database()
     try:
         db.insert('xingamentos', string.strip())
     except:
         return False
     return True
Esempio n. 18
0
 def nerdices(self, string):
     db = Database()
     try:
         db.insert('nerdices', string.strip())
     except:
         return False
     return True
Esempio n. 19
0
File: add.py Progetto: area31/botcha
 def ama(self, string):
     db = Database()
     try:
         db.insert('amoroso', string.strip())
     except:
         return False
     return True
Esempio n. 20
0
 def reggae(self, string):
     db = Database()
     try:
         db.insert('reggae', string.strip())
     except:
         return False
     return True
Esempio n. 21
0
File: add.py Progetto: area31/botcha
 def goatrance(self, string):
     db = Database()
     try:
         db.insert('goatrance', string.strip())
     except:
         return False
     return True
Esempio n. 22
0
 def chill(self, string):
     db = Database()
     try:
         db.insert('chill', string.strip())
     except:
         return False
     return True
Esempio n. 23
0
File: add.py Progetto: area31/botcha
 def nerdices(self, string):
     db = Database()
     try:
         db.insert('nerdices', string.strip())
     except:
         return False
     return True
Esempio n. 24
0
File: add.py Progetto: area31/botcha
 def zuera(self, string):
     db = Database()
     try:
         db.insert('zuera', string.strip())
     except:
         return False
     return True
Esempio n. 25
0
File: add.py Progetto: area31/botcha
 def chill(self, string):
     db = Database()
     try:
         db.insert('chill', string.strip())
     except:
         return False
     return True
Esempio n. 26
0
 def zuera(self, string):
     db = Database()
     try:
         db.insert('zuera', string.strip())
     except:
         return False
     return True