"nws": (c.nsfwq,urldb),
"units": c.unitq,
"currency":c.currencyq,
- "blame": (c.blameq,fish,tbdb,tbdbk,fbdb,fbdbk,sbdb,sbdbk),
+ "blame": (c.blameq,fish,
+ troutcfg,tbdb,tbdbk,
+ flirtcfg,fbdb,fbdbk,
+ slashcfg,sbdb,sbdbk),
"help": c.helpq,
"say": c.sayq,
"do": c.doq,
sans=__getcommits(sdb,sdbk,what)
return tans+fans+sans
-def blameq(bot,cmd,nick,conn,public,fish,tdb,tdbk,fdb,fdbk,sdb,sdbk):
+def blameq(bot,cmd,nick,conn,public,fish,tcfg,tdb,tdbk,fcfg,fdb,fdbk,scfg,sdb,sdbk):
clist=cmd.split()
if len(clist) < 2:
bot.automsg(public,nick,"Who or what do you want to blame?")