clean up mess from rev 4024a398c535 and fix bugs

This commit is contained in:
Jimmy Cao 2012-06-24 21:36:31 -05:00
parent 5106785720
commit ec8c9fb5d1
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
MODULE_READY = False

View File

@ -211,7 +211,7 @@ def add_away(clk):
def remove_simple_rolemsg(clk):
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):
with conn: