|
@@ -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 {
|