瀏覽代碼

debug info md5

Paul Klumpp 12 年之前
父節點
當前提交
7b91067b1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      putils.tcl

+ 1 - 1
putils.tcl

@@ -233,7 +233,7 @@ proc ::putils::rec_bot {sender_botnetnick cmd rec_data} {
 
 		set md5 [::md5::md5 -hex $base64]
 		if {$md5 == $message_hash} {
-			#putlog "alright md5"
+			putlog "alright md5"
 			# start the targetted procedure with the received data. if available.
 			set bindlist [split [join [binds bot]]]
 			foreach {type o cmd cnt procedure} $bindlist {