Use JSON for sending messages
This commit is contained in:
@@ -253,12 +253,12 @@ urlpatterns = [
|
||||
name="threshold_irc_network_list",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/msg/<str:net>/<int:num>/<str:channel>/",
|
||||
"manage/threshold/irc/msg/<str:net>/<int:num>/",
|
||||
ThresholdIRCSendMessage.as_view(),
|
||||
name="threshold_irc_msg",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/msg/<str:net>/<int:num>/<str:channel>/<str:nick>/",
|
||||
"manage/threshold/irc/msg/<str:net>/<int:num>/<str:nick>/",
|
||||
ThresholdIRCSendMessage.as_view(),
|
||||
name="threshold_irc_msg",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user