|
@@ -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
|
|
|
}
|
|
|
|
|
@@ -769,7 +769,7 @@ proc ::cims::receive_answer {rec_botnick cmd rec_data} {
|
|
|
|
|
|
set rec_usercount [join [lindex $rec_data 3]]
|
|
|
set rec_chancount [join [lindex $rec_data 4]]
|
|
|
- set rec_userlist [join [lindex $rec_data 5]]
|
|
|
+ set rec_userlist [join [lrange $rec_data 5 end]]
|
|
|
|
|
|
putlog "::cims:: * $rec_botnick gives the userlist: $rec_userlist "
|
|
|
|