|
@@ -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."
|
|
|
}
|
|
|
|