]> git.cworth.org Git - turbot/blobdiff - turbot/events.py
Add some feedback to the puzzle's channel when a puzzle is solved
[turbot] / turbot / events.py
index 8a5119d53d9af3f2012e9bd435ab19b55a0b9b88..7a8654e837fad7d6a1cbf447c1fa158fdb907197 100644 (file)
@@ -307,6 +307,4 @@ def channel_created(turb, event):
     else:
         return hunt_channel_created(turb, channel_name, channel_id)
 
-    
-
 events['channel_created'] = channel_created