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

+ 1 - 1
cims.tcl

@@ -792,7 +792,7 @@ proc ::cims::receive_message {rec_botnick cmd rec_data} {
 	set rec_channel [list [join $rec_channel]]
 	putlog "that ONE LALAL chan: $rec_channel"
 
-	::cims::put_bot $rec_botnick "mnet_answer [list $network $name $rec_channel $users $count_channels $unique_userlist]"
+	::cims::put_bot $rec_botnick "mnet_answer $network $name $rec_channel $users $count_channels $unique_userlist"
 	return 0
 }