Browse Source

small ups

Paul Klumpp 12 năm trước cách đây
mục cha
commit
d8e9196ec8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      cims.tcl

+ 1 - 1
cims.tcl

@@ -1041,7 +1041,7 @@ proc ::cims::reply_timeout {name chan} {
 	putlog "::cims:: * After ALL: Count_Users: $user_cnt  Count_Channels: $mnet_reached_chans($name,$chan)"
 	
 	# Give me some reply.
-	::putils::filelog "scripts/cims/${proper_botnick}.log" "$name from $chan reached $user_cnt users: $rec_userlist"
+	::putils::filelog "scripts/cims/${proper_botnick}.log" "$name from $chan reached $user_cnt users: $userlist"
 	::putils::put_local_msg ${chan} "::cims:: Message sent to $chan_cnt channels, reaching $user_cnt unique users."
 }