Paul Klumpp il y a 12 ans
Parent
commit
fa6b176744
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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]