Paul Klumpp 12 years ago
parent
commit
a34f600add
1 changed files with 3 additions and 2 deletions
  1. 3 2
      cims.tcl

+ 3 - 2
cims.tcl

@@ -789,9 +789,10 @@ proc ::cims::receive_message {rec_botnick cmd rec_data} {
   #}
 
   # ANSWER! SEND THE REPLY of counts to the originating bot.
+	#set rec_channel [list [join $rec_channel]]
 	putlog "that ONE LALAL chan: $rec_channel"
 
-	::cims::put_bot $rec_botnick "mnet_answer $network $name [list $rec_channel] $users $count_channels $unique_userlist"
+	::cims::put_bot $rec_botnick "mnet_answer [list $network $name $rec_channel $users $count_channels $unique_userlist]"
 	return 0
 }
 
@@ -807,7 +808,7 @@ 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.