瀏覽代碼

Update BlackTools.tcl

Daniel Voipan 5 年之前
父節點
當前提交
ba81027d13
共有 1 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      BlackTools.tcl

+ 24 - 0
BlackTools.tcl

@@ -1230,6 +1230,30 @@ set black(repetitivechars:banmethod) "7"
 
 set black(repetitivechars:banmask) "2"
 
+#########################################################################
+#------------------------------- NoProxy -------------------------------#
+
+#Ban-Time (<x>m (minutes), <x>h (hours), <x>d (days))
+
+set black(noproxy:bantime) "1h"
+
+#Excepts hosts from checking
+
+set black(noproxy:excepts) {
+	"*users.undernet.org"
+	"undernet.org"
+}
+
+#Default banmask
+
+#1 - *!*@host
+#2 - *!user@host
+#3 - nick!user@host
+#4 - nick!*@*
+#5 - *!user@*
+
+set black(noproxy:banmask) "1"
+
 ############################### Modules ###############################
 #------------------------------- Quote -------------------------------#