Update server.py
This commit is contained in:
parent
e5416fd863
commit
6366ab9ebc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class IRCat_DATA_BROKER:
|
|||
user varchar(255),
|
||||
modes varchar(255),
|
||||
hash varchar(255),
|
||||
group varchar(255),
|
||||
nicks varchar(255),
|
||||
);""")
|
||||
self.db.execute(''' SELECT count(name) FROM sqlite_master WHERE type='table' AND name='chanserv' ''')
|
||||
if self.db.fetchall()[0]!=1:
|
||||
|
|
Loading…
Add table
Reference in a new issue