# File examples/chatserver.rb, line 276
 def broadcastMsg( msg )
		@users.each {|cl|
			cl.addOutput( msg )
		}
	end