|
@@ -807,7 +807,8 @@ proc ::cims::receive_answer {rec_botnick cmd rec_data} {
|
|
|
putlog "::cims:: * on receive_answer from $rec_botnick length: $long"
|
|
|
|
|
|
# we receive a STRING in rec_data! convert into list!
|
|
|
- #set rec_data [split $rec_data]
|
|
|
+ set rec_data [split $rec_data]
|
|
|
+ putlog "THAT TWO RECDATA: $rec_data"
|
|
|
|
|
|
# work with list (lindex, lrange) and put together to a STRING again with JOIN.
|
|
|
set network [join [lindex $rec_data 0]]
|