Removed vestigal quotegrabs table statement.

This commit is contained in:
Jeremy Fincher 2003-11-14 19:10:51 +00:00
parent 720c725a93
commit 927b1d4e65
1 changed files with 0 additions and 8 deletions

View File

@ -66,14 +66,6 @@ class Quotes(plugins.ChannelDBHandler, callbacks.Privmsg):
added_at TIMESTAMP,
quote TEXT
);""")
cursor.execute("""CREATE TABLE quotegrabs (
id INTEGER PRIMARY KEY,
nick TEXT,
hostmask TEXT,
added_by TEXT,
added_at TIMESTAMP,
quote TEXT
);""")
db.commit()
return db