idiocy, part 2
This commit is contained in:
parent
441a5707b9
commit
efc5d32de7
|
@ -54,6 +54,9 @@ def quote(inp, nick='', chan='', db=None, admin=False):
|
||||||
"random or [#n]th quote by <nick> or from <#chan>/adds or deletes " \
|
"random or [#n]th quote by <nick> or from <#chan>/adds or deletes " \
|
||||||
"quote"
|
"quote"
|
||||||
|
|
||||||
|
if nick.startswith("Kaz"):
|
||||||
|
return None
|
||||||
|
|
||||||
db.execute("create table if not exists quote"
|
db.execute("create table if not exists quote"
|
||||||
"(chan, nick, add_nick, msg, time real, deleted default 0, "
|
"(chan, nick, add_nick, msg, time real, deleted default 0, "
|
||||||
"primary key (chan, nick, msg))")
|
"primary key (chan, nick, msg))")
|
||||||
|
|
Loading…
Reference in New Issue