Paul Klumpp 12 năm trước cách đây
mục cha
commit
fa6b176744
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      cims.tcl

+ 2 - 2
cims.tcl

@@ -750,7 +750,6 @@ proc ::cims::receive_message {rec_botnick cmd rec_data} {
 	}
 	
 	# ANSWER! SEND!
-	set unique_userlist [split $unique_userlist]
 	::cims::put_bot $rec_botnick "mnet_answer $network $name $rec_channel $users $count_channels $unique_userlist"
 	return 0
 }
@@ -761,7 +760,8 @@ proc ::cims::receive_answer {rec_botnick cmd rec_data} {
 	variable mnet_reached_userlist
 	variable mnet_reached_chans
 
-	putlog "::cims:: * on receive_answer from $rec_botnick"
+	set long [string length $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]