Paul Klumpp 12 年之前
父節點
當前提交
fe15cb6cd8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cims.tcl

+ 1 - 1
cims.tcl

@@ -749,7 +749,7 @@ proc ::cims::receive_message {rec_botnick cmd rec_data} {
 	}
 	
 	# ANSWER! SEND!
-	::cims::put_bot $rec_botnick "mnet_answer $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
 }