Paul Klumpp 11 anos atrás
pai
commit
916ff4cf16
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      em_server.rb

+ 2 - 1
em_server.rb

@@ -394,8 +394,9 @@ module InterconnectionPointProtocolHandler
 	def unbind # a connection goes bye bye
 		if @username
 			@@connected_clients.delete(self)
-			put_log "SYS '#{@username}' disconnected. Online now: #{ousers.join(", ")}"
+			put_log "SYS '#{@username}' disconnected."
 		end
+    put_log "SYS Online users now: #{ousers.join(", ")}"
 
 	end
 end