Browse Source

kill_spaces weg von chan

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

+ 1 - 1
cims.tcl

@@ -1065,7 +1065,7 @@ proc ::cims::timeout_reply_from_local_for_netbots {name chan} {
 	set proper_botnick [::cims::proper_botnick ${botnet-nick}]
 	# clean $name and $chan
 	set name [::putils::kill_spaces $name]
-	set chan [::putils::kill_spaces $chan]
+	#set chan [::putils::kill_spaces $chan]
 	
 	# easify variables
 	set userlist $mnet_reached_userlist($name,$chan)