This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import weechat | |
from weechat import * | |
SCRIPT_NAME = 'twitch' | |
SCRIPT_AUTHOR = 'JP Senior <[email protected]>' | |
SCRIPT_VERSION = '0.1' | |
SCRIPT_LICENSE = 'MIT' | |
SCRIPT_DESC = 'Enables enhanced Twitch IRCv3 support - subscription, deletions, clears, mod status' | |
hooks = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/web/templates/analysis/overview/_signatures.html | |
+++ b/web/templates/analysis/overview/_signatures.html | |
@@ -30,31 +30,33 @@ | |
{{signature.description}}</div></a> | |
<div id="signature_{{signature.name}}" class="collapse"> | |
+ Severity: {{ signature.severity }} || Signature Name: {{ signature.name }} | |
<table class="table table-bordered" style="table-layout: fixed;"> | |
<tbody> | |
{% for mark in signature.marks|slice:":50" %} |