|
@@ -789,7 +789,7 @@ proc ::cims::receive_message {rec_botnick cmd rec_data} {
|
|
#}
|
|
#}
|
|
|
|
|
|
# ANSWER! SEND THE REPLY of counts to the originating bot.
|
|
# ANSWER! SEND THE REPLY of counts to the originating bot.
|
|
- ::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 [list $rec_channel] $users $count_channels $unique_userlist"
|
|
return 0
|
|
return 0
|
|
}
|
|
}
|
|
|
|
|