From 20d11d2d644077098c3b8c627865bd9592e88b02 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 09 2018 12:15:11 +0000 Subject: make IRC widget only available on team hubs --- diff --git a/hubs/widgets/irc/__init__.py b/hubs/widgets/irc/__init__.py index cf12b02..b7bbc33 100644 --- a/hubs/widgets/irc/__init__.py +++ b/hubs/widgets/irc/__init__.py @@ -18,3 +18,4 @@ class IRC(Widget): help="Height of the widget in pixels.", )] is_react = True + hub_types = ['team']