Paul Klumpp 12 년 전
부모
커밋
54b5394717
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      cims.tcl

+ 2 - 2
cims.tcl

@@ -789,10 +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]]
+	#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 [list $unique_userlist]"
+	::cims::put_bot $rec_botnick "mnet_answer [list [list $network] [list $name] [list $rec_channel] [list $users] [list $count_channels] [list $unique_userlist]]"
 	return 0
 }