bugfix courtesy of the b1g man jucks toe
This commit is contained in:
2
main.py
2
main.py
@@ -78,6 +78,8 @@ class bird_inst():
|
||||
def handle_avatar(self, ctx): pass
|
||||
def handle_loadUsers(self, ctx): pass
|
||||
def handle_files(self, ctx):
|
||||
room = int(ctx["roomId"])
|
||||
if not room in self.config["irc_chan2deekroomid"].values(): return
|
||||
ctx["data"]["text"] = html.unescape(ctx["data"]["text"])
|
||||
irc_chan = ""
|
||||
for k in self.config["irc_chan2deekroomid"].keys():
|
||||
|
Reference in New Issue
Block a user