clean up mess from rev 4024a398c535 and fix bugs
This commit is contained in:
parent
5106785720
commit
ec8c9fb5d1
@ -1 +0,0 @@
|
|||||||
MODULE_READY = False
|
|
@ -211,7 +211,7 @@ def add_away(clk):
|
|||||||
|
|
||||||
def remove_simple_rolemsg(clk):
|
def remove_simple_rolemsg(clk):
|
||||||
with conn:
|
with conn:
|
||||||
c.execute('DELETE from simple_role_notify where nick=?', (clk,))
|
c.execute('DELETE from simple_role_notify where cloak=?', (clk,))
|
||||||
|
|
||||||
def add_simple_rolemsg(clk):
|
def add_simple_rolemsg(clk):
|
||||||
with conn:
|
with conn:
|
||||||
|
Loading…
Reference in New Issue
Block a user