Paul Klumpp 12 лет назад
Родитель
Сommit
036907ce34
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cims.tcl

+ 1 - 1
cims.tcl

@@ -792,7 +792,7 @@ proc ::cims::receive_message {rec_botnick cmd rec_data} {
 	#set rec_channel [list [join $rec_channel]]
 	#set rec_channel [list [join $rec_channel]]
 	putlog "that ONE LALAL chan: $rec_channel"
 	putlog "that ONE LALAL chan: $rec_channel"
 
 
-	::cims::put_bot $rec_botnick "mnet_answer [list [list $network] [list $name] [list $rec_channel] [list $users] [list $count_channels] [list $unique_userlist]]"
+	::cims::put_bot $rec_botnick "mnet_answer [list [list $network] [list $name] $rec_channel [list $users] [list $count_channels] $unique_userlist]"
 	return 0
 	return 0
 }
 }