Implement running list on a network
This commit is contained in:
@@ -28,6 +28,7 @@ from core.views.manage.threshold.irc import (
|
||||
ThresholdIRCAliasesEdit,
|
||||
ThresholdIRCNetworkActions,
|
||||
ThresholdIRCNetworkActionsAuto,
|
||||
ThresholdIRCNetworkActionsList,
|
||||
ThresholdIRCNetworkActionsRelay,
|
||||
ThresholdIRCNetworkChannels,
|
||||
ThresholdIRCNetworkInfo,
|
||||
@@ -177,6 +178,11 @@ urlpatterns = [
|
||||
ThresholdIRCNetworkActionsAuto.as_view(),
|
||||
name="threshold_irc_network_actions_auto",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/list/<str:net>/",
|
||||
ThresholdIRCNetworkActionsList.as_view(),
|
||||
name="threshold_irc_network_actions_list",
|
||||
),
|
||||
##
|
||||
path("api/chans/", ThresholdChans.as_view(), name="chans"),
|
||||
path("api/users/", ThresholdUsers.as_view(), name="users"),
|
||||
|
||||
Reference in New Issue
Block a user